You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/use-inference-providers-as-backend.mdx
-24Lines changed: 0 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,28 +66,4 @@ model_parameters:
66
66
org_to_bill: "my-organization"
67
67
```
68
68
69
-
## Troubleshooting
70
-
71
-
### Common Issues
72
-
73
-
1. **API Key Errors**: Ensure your `HF_TOKEN` is set correctly
74
-
2. **Provider Not Available**: Check that the provider supports your model
75
-
3. **Billing Issues**: Verify you have sufficient credits or organization permissions
76
-
4. **Timeout Errors**: Increase the timeout parameter for large models
77
-
78
-
### Performance Tips
79
-
80
-
- Use appropriate `parallel_calls_count` based on your needs
81
-
- Monitor your usage to avoid unexpected costs
82
-
- Consider using organization billing for team projects
83
-
- Use appropriate timeout values for your model size
84
-
85
-
### Error Handling
86
-
87
-
Common error messages and solutions:
88
-
- **"Provider not found"**: Check the provider name is correct
89
-
- **"Model not available"**: Verify the model is supported by the provider
90
-
- **"Insufficient credits"**: Add credits to your account or organization
91
-
- **"Timeout"**: Increase the timeout parameter or use a smaller model
92
-
93
69
For more detailed error handling and provider-specific information, refer to the [Hugging Face Inference Providers documentation](https://huggingface.co/docs/inference-endpoints/guides/inference_providers).
0 commit comments