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
-`api_key`(string): The Vast API key associated with the account that controls the Endpoint. The key can also be placed in the header as an Authorization: Bearer.
108
108
-`endpoint_name`(string): The name of the Endpoint that the Workergroup will be created under.
109
-
109
+
OR
110
+
- 'endpoint_id' (integer): The id of the Endpoint that the Workergroup will be created under.
110
111
AND one of the following:
111
112
112
113
-`template_hash` (string): The hexadecimal string that identifies a particular template. 
@@ -123,7 +124,6 @@ OR
123
124
-`launch_args` (string): A command-line style string containing additional parameters for instance creation that will be parsed and applied when the autoscaler creates new workers. This allows you to customize instance configuration beyond what's specified in templates.
124
125
125
126
126
-
127
127
**Optional** (Default values will be assigned if not specified):
128
128
129
129
-`gpu_ram` (integer): The amount of GPU memory (VRAM) in gigabytes that your model or workload requires to run. This parameter tells the serverless engine how much GPU memory your model needs. Default value is 24.
0 commit comments