Spaces:
Sleeping
Sleeping
Create troubleshooting.txt
Browse files- troubleshooting.txt +10 -0
troubleshooting.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
We're relying on endpoints for this agent and they can be paused and sometimes the replicas that
|
2 |
+
are being used can be deprecated.
|
3 |
+
|
4 |
+
Go to https://endpoints.huggingface.co/{my user name}}/endpoints/
|
5 |
+
|
6 |
+
Depending on the model size / image can make cold start 5–10+ minutes; for demos, consider min_replicas: 1 or disabling scale-to-zero (cost ↑).
|
7 |
+
|
8 |
+
Auth: ensure HF_TOKEN has access; 401/403 will also look like “not ready”.
|
9 |
+
|
10 |
+
Correct URL (includes https:// and no extra path).
|