Skip to content

Commit

Permalink
fix: upgrade mistral
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Feb 28, 2024
1 parent 57abba5 commit 4d0b9cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions pkg/utils/testUtils.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
package utils

import (
"time"
"github.com/aws/karpenter-core/pkg/apis/v1alpha5"
"github.com/azure/kaito/api/v1alpha1"
appsv1 "k8s.io/api/apps/v1"
Expand Down Expand Up @@ -141,15 +140,6 @@ var (
},
},
},
{
ObjectMeta: metav1.ObjectMeta{
Name: "node4",
Labels: map[string]string{
corev1.LabelInstanceTypeStable: "Standard_NC12s_v3",
},
DeletionTimestamp: &metav1.Time{Time: time.Now()},
},
},
}
)

Expand Down
4 changes: 2 additions & 2 deletions presets/models/mistral/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ var (
PresetMistral7BInstructModel = PresetMistral7BModel + "-instruct"

PresetMistralTagMap = map[string]string{
"Mistral7B": "0.0.1",
"Mistral7BInstruct": "0.0.1",
"Mistral7B": "0.0.2",
"Mistral7BInstruct": "0.0.2",
}

baseCommandPresetMistral = "accelerate launch"
Expand Down

0 comments on commit 4d0b9cb

Please sign in to comment.