Rinne
833b2d3abf
fix doc ci
2 years ago
Rinne
7a8fd4f88f
fix doc ci
2 years ago
Rinne
448fd37c75
fix doc ci
2 years ago
Rinne
a47c3a01bf
fix doc ci
2 years ago
Rinne
b70115f37d
fix doc ci
2 years ago
Rinne
0773e68111
fix doc ci
2 years ago
Rinne
8be9e8ae70
fix doc ci
2 years ago
Rinne
cb81295524
fix doc ci
2 years ago
Rinne
76be973689
fix doc ci
2 years ago
Rinne
53d68ca075
fix ci
2 years ago
Rinne
9b0850f066
fix ci
2 years ago
Rinne
66eb09b816
fix ci
2 years ago
Rinne
4f56e7297f
fix ci
2 years ago
Rinne
47bf9a8f66
fix ci
2 years ago
Rinne
ae24be0215
fix ci
2 years ago
Rinne
e63fa778fa
trigger workflow on doc_ci branch.
2 years ago
Rinne
c90f97021b
fix ci
2 years ago
Rinne
23a5cb5355
disable build ci.
2 years ago
Rinne
f5f0ab4502
ci: initialize the doc deployment ci.
2 years ago
Rinne
b9cec018c0
temporarily disable build ci.
2 years ago
SignalRT
f66044fba2
Restore CI on master
2 years ago
SignalRT
59a3323c94
Temporary change to compile on current branch
2 years ago
SignalRT
df6a207e95
Revert "Try only to add cublas for the moment"
This reverts commit 5fda26c610 .
2 years ago
SignalRT
6589878314
Try only to add cublas for the moment
2 years ago
SignalRT
23a2df7aff
Add Cuda llava_shared library
2 years ago
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 264e176dcc .
* 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
2 years ago
jlsantiago
ef24196444
Build Llava binaries ( #556 )
* Include llava binaries in the build
* Temporary comment
* Temporary do not remove artifacts
* Update upload version
* Remove artifacts
2 years ago
Martin Evans
69a74bb053
Commented back in the line that pushes to nuget
2 years ago
Martin Evans
418345cbaf
limited parallelism of CI jobs
2 years ago
Jason Couture
a101224c34
Disable SHA256 check
2 years ago
Jason Couture
1f45bae2cf
Update compile.yml
Fix SHA256 hash path
2 years ago
Jason Couture
c963b051e2
Add nuspec for OpenCL (CLBLAST)
2 years ago
Martin Evans
d468df08d6
Merge pull request #487 from jasoncouture/clblast_linux
CLBlast for linux
2 years ago
Jason Couture
bfe3ad50aa
Only allow one build in parallel per ref
2 years ago
Jason Couture
f7a6eaa49f
Cancel previous builds when a new build is started, due to how expensive this build is.
2 years ago
Jason Couture
277175af4d
CLBlast for linux
This builds CLBLAST support for linux, and makes sure to copy the
clblast shared library on both windows and linux to the artifacts.
2 years ago
Martin Evans
b5674ead97
Updated download-artifact to v4
2 years ago
Martin Evans
2df7e35c81
Updated compile.yml to use `Jimver/cuda-toolkit@v0.2.14`
2 years ago
Martin Evans
d8ed875a2a
Updated compile.yml to use `actions/upload-artifact@v4`
2 years ago
Martin Evans
ae40d993c4
Updated compile.yml to use checkout v4
2 years ago
Jason Couture
52a85c35e6
Add missing CMAKE prefix
2 years ago
Jason Couture
689ddf0d08
Add missing T to defines for CLBLAST
2 years ago
Jason Couture
face505588
Fix syntax error in CLBLAST if statement
2 years ago
Jason Couture
ce5fbf0658
Copy clblast dependencies
2 years ago
Jason Couture
ad3f895eb3
Make build-deps depend on compile-clblast
2 years ago
Jason Couture
2347a7aa09
Add build job for CLBLAST
2 years ago
Jason Couture
34ca5ff6eb
Simplifiy directory creation in build-deps
using bash expansion expression, combined with mkdir -p (--parents), allows us to create all of the directories at once.
`deps/{avx,avx2,avx512,osx-arm64,osx-x64,cu11.7.1,cu12.1.0,clblast}`
expands to: deps/avx deps/avx2 deps/avx512 deps/osx-arm64 deps/osx-x64 deps/cu11.7.1 deps/cu12.1.0 deps/clblast
2 years ago
Jason Couture
9cfbd22499
Fix github variable name
I am not on my game today 🤦
2 years ago
Jason Couture
30e448d2d5
Use event input directly
GHA doesn't seem to load the value into the enviroment variable first, so the workflow always runs on master.
2 years ago
Jason Couture
64cb697bbf
Checkout specific ref for llamacpp when building native libs
2 years ago