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
Deploy the Falcon 7B-instruct model from the KAITO model repository using the `kubectl apply` command.
193
194
194
-
2. Track the live resource changes in your workspace using the `kubectl get` command.
195
-
196
-
```bash
197
-
kubectl get workspace workspace-falcon-7b-instruct -w
198
-
```
199
-
200
-
> [!NOTE]
201
-
> As you track the live resource changes in your workspace, note that machine readiness can take up to 10 minutes, and workspace readiness up to 20 minutes.
202
-
203
-
3. Check your service and get the service IP address using the `kubectl get svc` command.
204
-
205
-
```bash
206
-
export SERVICE_IP=$(kubectl get svc workspace-falcon-7b-instruct -o jsonpath='{.spec.clusterIP}')
Run the Falcon 7B-instruct model with a sample input of your choice using the following `curl` command:
202
+
`kubectl get workspace workspace-falcon-7b-instruct -w`. Store IP: `export SERVICE_IP=$(kubectl get svc workspace-falcon-7b-instruct -o jsonpath='{.spec.clusterIP}')`.
0 commit comments