Skip to content

Commit

Permalink
chore: update phi3.5 example resource (#763)
Browse files Browse the repository at this point in the history
Signed-off-by: jerryzhuang <zhuangqhc@gmail.com>
  • Loading branch information
zhuangqh authored Dec 7, 2024
1 parent 11f9cd1 commit 59e377f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ kind: Workspace
metadata:
name: workspace-phi-3-5-mini
resource:
instanceType: "Standard_NC12s_v3"
instanceType: "Standard_NC6s_v3"
labelSelector:
matchLabels:
apps: phi-3-5
Expand All @@ -66,7 +66,7 @@ The workspace status can be tracked by running the following command. When the W
```sh
$ kubectl get workspace workspace-phi-3-5-mini
NAME INSTANCE RESOURCEREADY INFERENCEREADY JOBSTARTED WORKSPACESUCCEEDED AGE
workspace-phi-3-5-mini Standard_NC12s_v3 True True True 4h15m
workspace-phi-3-5-mini Standard_NC6s_v3 True True True 4h15m
```

Next, one can find the inference service's cluster ip and use a temporal `curl` pod to test the service endpoint in the cluster.
Expand Down
2 changes: 1 addition & 1 deletion examples/inference/kaito_workspace_phi_3.5-instruct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Workspace
metadata:
name: workspace-phi-3-5-mini
resource:
instanceType: "Standard_NC12s_v3"
instanceType: "Standard_NC6s_v3"
labelSelector:
matchLabels:
apps: phi-3-5
Expand Down

0 comments on commit 59e377f

Please sign in to comment.