Skip to content

Commit

Permalink
Updating the comment for doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
anagri authored and MarcusDunn committed Mar 20, 2024
1 parent 5074871 commit 909e8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama-cpp-2/src/model/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ impl LlamaModelParams {
/// #[cfg(not(target_os = "macos"))]
/// assert_eq!(params.n_gpu_layers(), 0, "n_gpu_layers should be 0");
/// #[cfg(target_os = "macos")]
/// assert_eq!(params.n_gpu_layers(), 999, "n_gpu_layers should be 0");
/// assert_eq!(params.n_gpu_layers(), 999, "n_gpu_layers should be 999");
/// assert_eq!(params.main_gpu(), 0, "main_gpu should be 0");
/// assert_eq!(params.vocab_only(), false, "vocab_only should be false");
/// assert_eq!(params.use_mmap(), true, "use_mmap should be true");
Expand Down

0 comments on commit 909e8d4

Please sign in to comment.