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
The number of highest probability vocabulary tokens to keep for top-k-filtering.
86
83
-`random_seed` (integer, optional)
@@ -432,10 +429,32 @@ Sets the active GPU device.
432
429
433
430
Downloads a model to local storage.
434
431
432
+
> [!NOTE]
433
+
> Model downloads can take significant time, especially for large models. We recommend setting a high timeout for this request to avoid premature termination.
434
+
435
435
**Request Body:**
436
436
437
-
-`model` (string)
438
-
The model name to download.
437
+
-`model` (`WorkspaceInferenceModel` object)
438
+
-`Uri` (string)
439
+
The model URI to download.
440
+
-`Name` (string)
441
+
The model name.
442
+
-`ProviderType` (string, optional)
443
+
The provider type (e.g., `"AzureFoundryLocal"`,`"HuggingFace"`).
444
+
-`Path` (string, optional)
445
+
The remote path where the model is located stored. For example, in a Hugging Face repository, this would be the path to the model files.
0 commit comments