Skip to content

Commit e710289

Browse files
authored
Merge pull request #227 from Center-for-AI-Innovation/add-audio-type
Update environment.yaml to include 'Audio' in model_types
2 parents fb4af2a + e3f4091 commit e710289

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vec_inf/config/environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ required_args:
2424

2525
python_version: "python3.12"
2626

27-
model_types: ["LLM", "VLM", "Text_Embedding", "Reward_Modeling", "OCR"] # Derived from models.yaml
27+
model_types: ["LLM", "VLM", "Text_Embedding", "Reward_Modeling", "OCR", "Audio"] # Derived from models.yaml
2828

2929
default_args:
3030
cpus_per_task: "16"

0 commit comments

Comments
 (0)