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
1 year ago
Martin Evans
418345cbaf
limited parallelism of CI jobs
2 years ago
Jason Couture
bfe3ad50aa
Only allow one build in parallel per ref
2 years ago
Martin Evans
fe03e6ad35
Added 8.0 to version installation
2 years ago
SignalRT
0a2b0abb61
Correct improper rename
2 years ago
SignalRT
7691f83516
Test build and nuget packages
2 years ago
jlsantiago
bfeaa575e7
Let master branch in the CI test execution
2 years ago
jlsantiago
d0856fbbf1
Include MacOS Build
2 years ago
jlsantiago
cfe03cd265
Change to execute test
2 years ago
jlsantiago
2efc4e111a
Include MacOS Intel test
2 years ago
Martin Evans
ebeb6afc4e
Removed old targets from matrix
2 years ago
Martin Evans
8762175bc8
Removed unnecessary white space
2 years ago
Martin Evans
e9a06cc147
Removed some CI targets
2 years ago
Martin Evans
4436ea4715
Modified CI to use dotnet 7.0 only, hopefully more stable!
2 years ago
Martin Evans
b72b253549
removed OOM killer step (not allowed on GitHub actions)
2 years ago
Martin Evans
a769ab3a40
Logging out events from the OOM killer
2 years ago
Martin Evans
8b582a4cc8
Added `if: always()` to force logs to be written even if earlier steps fail
2 years ago
Martin Evans
b4e57f7966
Added extra diagnostics to test runner
2 years ago
Martin Evans
d3b8ee988c
Beam Search ( #155 )
* Added the low level bindings to beam search.
2 years ago
jlsantiago
5a119c4ee1
Update MacOS Binaries ( #143 )
* Restore macOS pipelines
* Generate Metal binaries.
2 years ago
Yaohui Liu
1b15d28fc9
ci: remove MACOS ci pipelines.
2 years ago
Yaohui Liu
e64c05126b
ci: update ci content.
2 years ago
Yaohui Liu
f16db72841
ci: add debug info.
2 years ago
Yaohui Liu
a59160a5cb
ci: update ci content.
2 years ago
Martin Evans
d2e9f9d96d
Added `ldd -r libllama.so` to try and discover is dependencies are missing
2 years ago
Yaohui Liu
d3775c527e
ci: add info to debug the ci error.
2 years ago
Martin Evans
d6fc83e981
- Added a folder with a 7B Llama2 model, automatically downloaded from huggingface. This can be used for unit tests.
- Caching that folder, so CI only has to download it once.
2 years ago
Martin Evans
c46751ae66
Fixed yaml syntax
2 years ago
Martin Evans
1545b821d7
Cleaned up installing multiple dotnets
2 years ago
Martin Evans
71b1ccd2f7
Always installing both 6 and 7
2 years ago
Martin Evans
618e02fb9c
- moved dotnet version into matrix
- using 6.0.x instead of 7.0.x
2 years ago
Martin Evans
e7e3df6c6b
fixed capitalisation
2 years ago
Martin Evans
ccf635e4db
Added GH action for some simple CI
2 years ago