Skip to content

Commit

Permalink
Triton CLI removed
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajit96 committed Sep 18, 2024
1 parent 6e5fad8 commit 0665326
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ spec:
- mountPath: /var/run/models
name: model-repository
- mountPath: /dev/shm
name: dshm
name: dshm
- mountPath: /var/run/engines
name: engine-repository
readOnly: false
Expand All @@ -283,7 +283,7 @@ spec:
- name: engine-repository
hostPath:
path: {{ printf "%s/models/%s/%dx%d/engines" $hostRootPath $model_lower (int $model_pp) (int $model_tp) }}
type: DirectoryOrCreate
type: DirectoryOrCreate
- name: model-repository
persistentVolumeClaim:
claimName: efs-claim-autoscaling-2
Expand Down

0 comments on commit 0665326

Please sign in to comment.