Skip to content

Commit

Permalink
Update README.org (#2670)
Browse files Browse the repository at this point in the history
The command line error in the CPU section of the documentation.
  • Loading branch information
jetsung authored Dec 30, 2024
1 parent 91f1f01 commit 460616f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle-examples/examples/codegeex4-9b/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ THUDM/CodeGeeX4 is a versatile model for all AI software development scenarios,

** Running with ~cpu~
#+begin_src shell
cargo run --example codegeex4-9b --release --cpu -- --prompt "please write a insertion sort in rust" --sample-len 300
cargo run --example codegeex4-9b --release -- --cpu --prompt "please write a insertion sort in rust" --sample-len 300
#+end_src

** Output_Example
Expand Down

0 comments on commit 460616f

Please sign in to comment.