Skip to content

Commit

Permalink
added llama_metal feature
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-devv committed Mar 1, 2024
1 parent bd78af6 commit eb422da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/edgen_rt_llama_cpp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ tracing = { workspace = true }
[features]
vulkan = ["llama_cpp/vulkan"]
cuda = ["llama_cpp/cuda"]
metal = ["llama_cpp/metal"]
1 change: 1 addition & 0 deletions crates/edgen_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ tempfile = { workspace = true }
[features]
llama_vulkan = ["edgen_rt_llama_cpp/vulkan"]
llama_cuda = ["edgen_rt_llama_cpp/cuda"]
llama_metal = ["edgen_rt_llama_cpp/metal"]
whisper_cuda = ["edgen_rt_whisper_cpp/cuda"]
1 change: 1 addition & 0 deletions edgen/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ custom-protocol = ["tauri/custom-protocol"]
enable-windows-terminal = []
llama_vulkan = ["edgen_server/llama_vulkan"]
llama_cuda = ["edgen_server/llama_cuda"]
llama_metal = ["edgen_server/llama_metal"]
whisper_cuda = ["edgen_server/whisper_cuda"]

0 comments on commit eb422da

Please sign in to comment.