We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec2673c + 77e00bd commit 15e4239Copy full SHA for 15e4239
app/app.py
@@ -49,6 +49,7 @@ def create_inference_client(
49
model: Optional[str] = None, base_url: Optional[str] = None
50
) -> InferenceClient:
51
"""Create an InferenceClient instance with the given model or environment settings.
52
+ This function will run the model locally if ZERO_GPU is set to True.
53
54
Args:
55
model: Optional model identifier to use. If not provided, will use environment settings.
0 commit comments