Skip to content

Commit

Permalink
Fix CRs for e2e tests (#114)
Browse files Browse the repository at this point in the history
Signed-off-by: Shiva Krishna, Merla <[email protected]>
  • Loading branch information
shivamerla authored Aug 31, 2024
1 parent 217f7f4 commit 1acf532
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion test/e2e/data/nimcache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ spec:
authSecret: ngc-api-secret
model:
profiles: []
autoDetect: true
precision: "fp8"
engine: "tensorrt_llm"
qosProfile: "throughput"
Expand Down
7 changes: 4 additions & 3 deletions test/e2e/data/nimservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ spec:
pullSecrets:
- ngc-secret
authSecret: ngc-api-secret
nimCache:
name: meta-llama3-8b-instruct
profile: ''
storage:
nimCache:
name: meta-llama3-8b-instruct
profile: ''
replicas: 1
resources:
limits:
Expand Down

0 comments on commit 1acf532

Please sign in to comment.