Skip to content

Commit

Permalink
fix: simplify naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Jan 30, 2024
1 parent 4dc7ea7 commit d32364c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-preset-configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"node-osdisk-size": 400
},
{
"name": "mistral-7b-v0.1",
"name": "mistral-7b",
"node-count": 1,
"node-vm-size": "Standard_NC12s_v3",
"node-osdisk-size": 100
},
{
"name": "mistral-7b-instruct-v0.1",
"name": "mistral-7b-instruct",
"node-count": 1,
"node-vm-size": "Standard_NC12s_v3",
"node-osdisk-size": 100
Expand Down
4 changes: 2 additions & 2 deletions presets/models/supported_models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ models:
tag: 0.0.1

# Mistral
- name: mistral-7b-v0.1
- name: mistral-7b
type: text-generation
version: https://huggingface.co/mistralai/Mistral-7B-v0.1/commit/26bca36bde8333b5d7f72e9ed20ccda6a618af24
runtime: tfs
tag: 0.0.1
- name: mistral-7b-instruct-v0.1
- name: mistral-7b-instruct
type: text-generation
version: https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1/commit/9ab9e76e2b09f9f29ea2d56aa5bd139e4445c59e
runtime: tfs
Expand Down

0 comments on commit d32364c

Please sign in to comment.