Update README.org (#2670)

The command line error in the CPU section of the documentation.
This commit is contained in:
jetsung
2024-12-30 18:32:02 +08:00
committed by GitHub
parent 91f1f019b1
commit 460616fc84

View File

@ -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