Instructions to use 20d7733/23 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use 20d7733/23 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir 23 20d7733/23
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,12 @@ base_model:
|
|
| 11 |
new_version: WeiboAI/VibeThinker-3B
|
| 12 |
pipeline_tag: image-to-image
|
| 13 |
library_name: mlx
|
| 14 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
new_version: WeiboAI/VibeThinker-3B
|
| 12 |
pipeline_tag: image-to-image
|
| 13 |
library_name: mlx
|
| 14 |
+
---
|
| 15 |
+
# Install the Hugging Face CLI
|
| 16 |
+
curl -LsSf https://hf.co/cli/install.sh | bash
|
| 17 |
+
|
| 18 |
+
# (optional) Login with your Hugging Face credentials
|
| 19 |
+
hf auth login
|
| 20 |
+
|
| 21 |
+
# Push your model files
|
| 22 |
+
hf upload 20d7733/23 .
|