Skip to content

Commit

Permalink
Merge pull request #48 from rjojjr/create-windows-os-installer-script
Browse files Browse the repository at this point in the history
update readme - rk
  • Loading branch information
rjojjr authored Sep 8, 2024
2 parents 2516435 + b0760c9 commit 8e80872
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You can uninstall the torch-tuner CLI by running the uninstaller script:
sudo bash /usr/local/torch-tuner.bat/scripts/uninstall-torch-tuner.bat.sh

# Windows
"%UserProfile%\.local\torch-tuner\scripts\win\uninstall-torch-tuner.bat"
"%UserProfile%\AppData\Local\torch-tuner\scripts\win\uninstall-torch-tuner.bat"
```

#### Merging your LoRA Adapter
Expand Down Expand Up @@ -145,7 +145,7 @@ python src/main/main.py \
--lora-alpha 32

# A Real Example with CLI Installed
torch-tuner.bat \
torch-tuner \
--base-model meta-llama/Meta-Llama-3-8B-Instruct \
--new-model llama-tuned \
--training-data-dir /path/to/data \
Expand Down Expand Up @@ -173,7 +173,7 @@ python src/main/main.py \
--serve-port 8080

# When the Torch Tuner CLI is installed
torch-tuner.bat \
torch-tuner \
--serve true \
--serve-model llama-tuned \
--serve-port 8080
Expand Down

0 comments on commit 8e80872

Please sign in to comment.