Skip to content

Commit

Permalink
tunnel cargo flags
Browse files Browse the repository at this point in the history
  • Loading branch information
pinbraerts committed Apr 4, 2024
1 parent ae11eb8 commit 656f7bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions crates/tabby/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ ee = ["dep:tabby-webserver"]
cuda = ["llama-cpp-bindings/cuda"]
rocm = ["llama-cpp-bindings/rocm"]
vulkan = ["llama-cpp-bindings/vulkan"]
native = ["llama-cpp-bindings/native"]
avx = ["llama-cpp-bindings/avx"]
avx2 = ["llama-cpp-bindings/avx2"]
avx512 = ["llama-cpp-bindings/avx512"]
avx512_vbmi = ["llama-cpp-bindings/avx512_vbmi"]
avx512_vnni = ["llama-cpp-bindings/avx512_vnni"]
fma = ["llama-cpp-bindings/fma"]
f16c = ["llama-cpp-bindings/f16c"]
experimental-http = ["dep:http-api-bindings"]
# If compiling on a system without OpenSSL installed, or cross-compiling for a different
# architecture, enable this feature to compile OpenSSL as part of the build.
Expand Down

0 comments on commit 656f7bf

Please sign in to comment.