Skip to content

Commit

Permalink
fix: cuda serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Nov 7, 2023
1 parent cd8edc2 commit 3c3b14c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/tabby/src/serve/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ pub enum Device {
Cpu,

#[cfg(feature = "cuda")]
#[strum(serialize = "cuda")]
Cuda,

#[cfg(all(target_os = "macos", target_arch = "aarch64"))]
Expand Down

0 comments on commit 3c3b14c

Please sign in to comment.