Skip to content

Commit

Permalink
modify test model
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitjasa-db committed Jun 28, 2024
1 parent 3a2e938 commit 8be974d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/acceptance/model_serving_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func TestUcAccModelServingProvisionedThroughput(t *testing.T) {
config {
served_entities{
name = "pt_model"
entity_name = "system.ai.mistral_7b_instruct_v0_1"
entity_name = "system.ai.mistral_7b_instruct_v0_2"
entity_version = "1"
min_provisioned_throughput = 0
max_provisioned_throughput = 970
Expand All @@ -118,7 +118,7 @@ func TestUcAccModelServingProvisionedThroughput(t *testing.T) {
config {
served_entities{
name = "pt_model"
entity_name = "system.ai.mistral_7b_instruct_v0_1"
entity_name = "system.ai.mistral_7b_instruct_v0_2"
entity_version = "1"
min_provisioned_throughput = 970
max_provisioned_throughput = 1940
Expand All @@ -139,7 +139,7 @@ func TestUcAccModelServingProvisionedThroughput(t *testing.T) {
config {
served_entities{
name = "pt_model"
entity_name = "system.ai.mistral_7b_instruct_v0_1"
entity_name = "system.ai.mistral_7b_instruct_v0_2"
entity_version = "1"
min_provisioned_throughput = 0
max_provisioned_throughput = 1940
Expand Down

0 comments on commit 8be974d

Please sign in to comment.