mirror of https://github.com/razor-ai/soup.git
Fix placeholder usernames and outdated version in docs
- CONTRIBUTING.md: YOUR-USERNAME → MakazhanAlpamys - README.md: your-username → MakazhanAlpamys in push examples - README.md: v0.4.0 → v0.10.0 in version --full example Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d2ef452bac
commit
1b949017dc
|
|
@ -7,7 +7,7 @@ Thank you for your interest in contributing to Soup! We welcome bug reports, fea
|
|||
### 1. Fork & Clone
|
||||
|
||||
```bash
|
||||
git clone https://github.com/YOUR-USERNAME/Soup.git
|
||||
git clone https://github.com/MakazhanAlpamys/Soup.git
|
||||
cd Soup
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ soup chat --model ./output
|
|||
### 5. Push to HuggingFace
|
||||
|
||||
```bash
|
||||
soup push --model ./output --repo your-username/my-model
|
||||
soup push --model ./output --repo MakazhanAlpamys/my-model
|
||||
```
|
||||
|
||||
### 6. Merge & Export
|
||||
|
|
@ -382,10 +382,10 @@ soup chat --model ./output --temperature 0.3 --max-tokens 256
|
|||
|
||||
```bash
|
||||
# Upload model to HF Hub
|
||||
soup push --model ./output --repo your-username/my-model
|
||||
soup push --model ./output --repo MakazhanAlpamys/my-model
|
||||
|
||||
# Make it private
|
||||
soup push --model ./output --repo your-username/my-model --private
|
||||
soup push --model ./output --repo MakazhanAlpamys/my-model --private
|
||||
```
|
||||
|
||||
## Merge LoRA Adapter
|
||||
|
|
@ -603,7 +603,7 @@ soup version
|
|||
|
||||
# Full system info (useful for bug reports)
|
||||
soup version --full
|
||||
# → soup v0.4.0 | Python 3.11.5 | CUDA 12.1 | extras: serve, data
|
||||
# → soup v0.10.0 | Python 3.11.5 | CUDA 12.1 | extras: serve, data
|
||||
```
|
||||
|
||||
## Web UI
|
||||
|
|
|
|||
Loading…
Reference in New Issue