From 097624e44db0425603da991a1654bad4fd4435a8 Mon Sep 17 00:00:00 2001
From: Alpamys
+
@@ -29,7 +30,7 @@
Soup turns the pain of LLM fine-tuning into a simple workflow. One config, one command, done.
```bash
-pip install git+https://github.com/MakazhanAlpamys/Soup.git
+pip install soup-cli
soup init --template chat
soup train
```
@@ -48,11 +49,11 @@ Training LLMs is still painful. Even experienced teams spend 30-50% of their tim
### 1. Install
```bash
-# From GitHub (recommended for now):
-pip install git+https://github.com/MakazhanAlpamys/Soup.git
+# From PyPI (recommended):
+pip install soup-cli
-# From PyPI (coming soon):
-# pip install soup-cli
+# Or from GitHub (latest dev):
+pip install git+https://github.com/MakazhanAlpamys/Soup.git
```
### 2. Create config