Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Fix typo in README.md #516

Merged
merged 1 commit into from
Oct 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Argument description of generate function:


### 3. Run LLM with Python Script
You can run LLM with one-click python script including convertion, quantization and inference.
You can run LLM with one-click python script including conversion, quantization and inference.
```
python scripts/run.py model-path --weight_dtype int4 -p "She opened the door and see"
```
Expand Down