Instructions to use junjuice0/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use junjuice0/test with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("junjuice0/test", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update webui_fastsetup_v1.ipynb
Browse files- webui_fastsetup_v1.ipynb +1 -1
webui_fastsetup_v1.ipynb
CHANGED
|
@@ -120,7 +120,7 @@
|
|
| 120 |
"metadata": {},
|
| 121 |
"outputs": [],
|
| 122 |
"source": [
|
| 123 |
-
"!ngrok config add-authtoken
|
| 124 |
]
|
| 125 |
},
|
| 126 |
{
|
|
|
|
| 120 |
"metadata": {},
|
| 121 |
"outputs": [],
|
| 122 |
"source": [
|
| 123 |
+
"!ngrok config add-authtoken"
|
| 124 |
]
|
| 125 |
},
|
| 126 |
{
|