From 1b949017dcfff9a93a2f269cc4dcc973527b42c8 Mon Sep 17 00:00:00 2001 From: Alpamys Date: Tue, 24 Mar 2026 11:22:32 +0500 Subject: [PATCH] Fix placeholder usernames and outdated version in docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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) --- CONTRIBUTING.md | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f3d1e66..21a447c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ``` diff --git a/README.md b/README.md index 3a3e045..2bb5dd4 100644 --- a/README.md +++ b/README.md @@ -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