Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -302,7 +302,7 @@ Example:
|
|
| 302 |
|
| 303 |
```bash
|
| 304 |
export API_BASE_URL="https://router.huggingface.co/v1"
|
| 305 |
-
export MODEL_NAME="
|
| 306 |
export HF_TOKEN="your-token-here"
|
| 307 |
python inference.py
|
| 308 |
```
|
|
|
|
| 302 |
|
| 303 |
```bash
|
| 304 |
export API_BASE_URL="https://router.huggingface.co/v1"
|
| 305 |
+
export MODEL_NAME="Qwen/Qwen2.5-72B-Instruct"
|
| 306 |
export HF_TOKEN="your-token-here"
|
| 307 |
python inference.py
|
| 308 |
```
|