58 Commits (experimental_cpp)

Author SHA1 Message Date
  jlsantiago 3b2836eac4
Llava api (#563) 1 year ago
  jlsantiago ef24196444
Build Llava binaries (#556) 1 year ago
  Jason Couture a101224c34 Disable SHA256 check 2 years ago
  Jason Couture 1f45bae2cf
Update compile.yml 2 years ago
  Jason Couture c963b051e2 Add nuspec for OpenCL (CLBLAST) 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 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 2 years ago
  Jason Couture 9cfbd22499 Fix github variable name 2 years ago
  Jason Couture 30e448d2d5 Use event input directly 2 years ago
  Jason Couture 64cb697bbf Checkout specific ref for llamacpp when building native libs 2 years ago
  Jason Couture db7e1e88f8 Use llama instead of libllama in `[DllImport]` 2 years ago
  edgett b6dec83ca9
Update compile.yml to fix not building for windows 2 years ago
  Martin Evans 1b13f7c717 Improved support for AVX512: 2 years ago
  Martin Evans 0b8422ea7f Added AVX and AVX2 to MacOS x86_64 builds 2 years ago
  Martin Evans 241b72e6f5 - Fixed uploading metal for x64 2 years ago
  Martin Evans ef6a8890e2 - Fixed MacOS files missing from build pipeline 2 years ago
  Martin Evans dc8c2309b6 Fixed conditionals 2 years ago
  Martin Evans b52422a028 Moved compile job to run on `ubuntu-20.04`, hopefully picking up an older version of glibc with broader support. 2 years ago
  SignalRT 7691f83516 Test build and nuget packages 2 years ago
  jlsantiago 0045606bf7
Do not copy metal on MacOS x86_64 Build 2 years ago
  jlsantiago e941513180
Disable metal con x86_64 2 years ago
  jlsantiago 47ad7f1f30
MacOS Intel Build 2 years ago
  Martin Evans 32deb56027 Moved common defines into one single env var 2 years ago
  Martin Evans f850380718 - Explicitly added `-DLLAMA_NATIVE=OFF` (i.e. disabling `march=native`) 2 years ago
  Martin Evans 0255aa2c6e Disabled march=native in github builds! 2 years ago
  Martin Evans 1a94c48fb6 Added some parallelism to CUDA build (just set to 4 for now, no cross platform way to get it) 2 years ago
  Martin Evans 2b5bc915de Removed samples from linux install 2 years ago
  Martin Evans ed38be1040 added the VS integration back in for windows 2 years ago
  Martin Evans 8fba1f56a7 Using the old install method on Linux 2 years ago
  Martin Evans 8c63422ea9 Removed "visual_studio_integration", hopefully that will fix linux and not break windows 2 years ago
  Martin Evans d48dd3a4fc added sub packages to reduce how much CUDA stuff needs installing 2 years ago
  Martin Evans 6571e982e1 disabled `-march=native` for macos build which was causing a build failure 2 years ago
  Martin Evans 2c9519bb56 sped up macos build 2 years ago
  SignalRT c7414472ba Merge branch 'Development' of https://github.com/SignalRT/LLamaSharp into Development 2 years ago
  jlsantiago 5a119c4ee1
Update MacOS Binaries (#143) 2 years ago
  Martin Evans b1f33fa20e Placed the `noavx` file for Linux and Windows in the root `deps` folder, these will be used as the default if nothing else is loaded 2 years ago
  Martin Evans cfb3defeee Changed paths to no longer include OS name (no need, .dll and .so file extensions are enough) 2 years ago
  Martin Evans 229151ca37 Fixed those cublas paths again 2 years ago
  Martin Evans dc4ef4f1a0 Fixed the cublas linux paths again 2 years ago