Skip to content

Commit

Permalink
docs(readme): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Aug 3, 2023
1 parent fdd5e81 commit e869823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ python3 convert.py models/7B/ --outtype f16
# Build the quantize tool
make quantize

# quantize the model to 4-bits (using q2_k method)
# quantize the model to 2-bits (using q2_k method)
./quantize ./models/7B/ggml-model-f16.bin ./models/7B/ggml-model-q2_k.bin q2_k

# quantize the model to 4-bits (using q4_0 method)
Expand All @@ -56,7 +56,7 @@ Run the example:
yarn && yarn bootstrap

yarn example ios
# Use devoce
# Use device
yarn example ios --device "<device name>"
# With release mode
yarn example ios --mode Release
Expand Down

0 comments on commit e869823

Please sign in to comment.