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:
Alpamys 2026-03-24 11:22:32 +05:00
parent d2ef452bac
commit 1b949017dc
2 changed files with 5 additions and 5 deletions

View File

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

View File

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