Commit Graph

186 Commits

Author SHA1 Message Date
Rinne 7b03e735bb
Merge pull request #709 from AsakusaRinne/format_check_ci 2024-04-30 12:03:42 +08:00
Rinne 33d5677c0e Add editorconfig file for code format. 2024-04-30 00:00:35 +08:00
Rinne de31a06a4a ci: add workflow to check the spelling. 2024-04-29 18:07:13 +08:00
Rinne bcf3ef1e40
Fix typo in issue templates. 2024-04-27 03:58:45 +08:00
Rinne d56eb1a5ad
Add issue templates. 2024-04-27 03:38:20 +08:00
SignalRT e6b7141188 Change attribute to a Filter to disable test on CI 2024-04-18 21:29:37 +02:00
SignalRT 75cad1f3a5 Remove .NET7 on test 2024-04-18 06:36:09 +02:00
SignalRT 89fbbc0f51 Restore previous dotnet-versions 2024-04-18 06:13:10 +02:00
SignalRT 330e38553e .NET 6 2024-04-17 22:11:52 +02:00
SignalRT 44c393db1e Reintroduce MacOS on test builds
Using the new M1 macos runner:

https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
2024-04-17 21:44:30 +02:00
Martin Evans 25379df93b Removed it from `build` list too 2024-04-14 15:41:00 +01:00
Martin Evans 7899c73051 Fixed formatting 2024-04-14 15:38:53 +01:00
Martin Evans f21a640904 MacOS CI has been flakey for months, taking 2 or 3 attempts on every PR before it finally passes. Disabled it. 2024-04-14 15:35:58 +01:00
Martin Evans ede2c25f17 - Upgraded actions to latest version
- Added new build define (`-DLLAMA_METAL_EMBED_LIBRARY=ON`) to MacOS build
2024-04-07 20:18:55 +01:00
Rinne 045850819e
Merge pull request #647 from AsakusaRinne/fix_llava_backend
fix: add cuda llava native libraries.
2024-04-06 14:19:51 +08:00
Rinne ec8f832365
fix: add cuda llava native libraries. 2024-04-04 00:47:33 +08:00
Rinne fa73c8f07c
fix: auto-compile ci. 2024-04-02 14:19:36 +08:00
Rinne 4dbe77a992
ci: add debug log to compile.yml 2024-04-02 13:12:40 +08:00
liuyaohui.lyh f7bd458341 fix: llava backend ignores avx and cuda. 2024-04-02 10:46:49 +08:00
Rinne 55648a6ecd
complete doc ci. 2024-04-01 01:22:02 +08:00
Rinne e89ca042b3
fix doc ci 2024-04-01 00:52:24 +08:00
Rinne 7e69ee9ce1
fix doc ci 2024-04-01 00:42:46 +08:00
Rinne 3b5713a38a
fix doc ci 2024-04-01 00:37:42 +08:00
Rinne 833b2d3abf
fix doc ci 2024-04-01 00:32:07 +08:00
Rinne 7a8fd4f88f
fix doc ci 2024-04-01 00:28:35 +08:00
Rinne 448fd37c75
fix doc ci 2024-04-01 00:22:51 +08:00
Rinne a47c3a01bf
fix doc ci 2024-04-01 00:19:23 +08:00
Rinne b70115f37d
fix doc ci 2024-04-01 00:10:09 +08:00
Rinne 0773e68111
fix doc ci 2024-03-31 23:47:17 +08:00
Rinne 8be9e8ae70
fix doc ci 2024-03-31 23:41:32 +08:00
Rinne cb81295524
fix doc ci 2024-03-31 23:39:08 +08:00
Rinne 76be973689
fix doc ci 2024-03-31 23:33:24 +08:00
Rinne 53d68ca075
fix ci 2024-03-31 22:41:41 +08:00
Rinne 9b0850f066
fix ci 2024-03-31 22:37:42 +08:00
Rinne 66eb09b816
fix ci 2024-03-31 22:35:15 +08:00
Rinne 4f56e7297f
fix ci 2024-03-31 22:11:56 +08:00
Rinne 47bf9a8f66
fix ci 2024-03-31 21:54:40 +08:00
Rinne ae24be0215
fix ci 2024-03-31 21:16:23 +08:00
Rinne e63fa778fa
trigger workflow on doc_ci branch. 2024-03-31 21:15:36 +08:00
Rinne c90f97021b
fix ci 2024-03-31 21:13:15 +08:00
Rinne 23a5cb5355
disable build ci. 2024-03-31 21:10:36 +08:00
Rinne f5f0ab4502
ci: initialize the doc deployment ci. 2024-03-31 21:08:43 +08:00
Rinne b9cec018c0
temporarily disable build ci. 2024-03-31 21:04:17 +08:00
SignalRT f66044fba2 Restore CI on master 2024-03-26 23:19:32 +01:00
SignalRT 59a3323c94 Temporary change to compile on current branch 2024-03-26 23:15:31 +01:00
SignalRT df6a207e95 Revert "Try only to add cublas for the moment"
This reverts commit 5fda26c6101af35c0566947cec1507d2eb9e3b81.
2024-03-26 23:15:31 +01:00
SignalRT 6589878314 Try only to add cublas for the moment 2024-03-26 23:15:31 +01:00
SignalRT 23a2df7aff Add Cuda llava_shared library 2024-03-26 23:15:31 +01:00
jlsantiago 3b2836eac4
Llava api (#563)
* Add llava_binaries, update all binaries to make the test

* Llava API + LlavaTest

Preliminary

* First prototype of Load + Unit Test

* Temporary run test con branch LlavaAPI

* Disable Embed test to review the rest of the test

* Restore Embedding test

* Use BatchThread to eval image embeddings

Test Threads default value to ensure it doesn´t produce problems.

* Rename test file

* Update action versions

* Test only one method, no release embeddings

* Revert "Test only one method, no release embeddings"

This reverts commit 264e176dccc9cd0be318b800ae5e102a4635d01c.

* Correct API call

* Only test llava related functionality

* Cuda and Cblast binaries

* Restore build policy

* Changes related with code review

* Add SafeHandles

* Set overwrite to upload-artifact@v4

* Revert to upload-artifact@v3

* revert to upload-artifact@v3
2024-03-13 22:10:44 +00:00
Rinne 884641f751
ci: add dependabot.yml 2024-03-11 21:39:40 +08:00