Skip to content

Commit d04013c

Browse files
committed
chore(quality): format
1 parent 8fc84c6 commit d04013c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/optimum/nvidia/models/auto.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class AutoModelForCausalLM(ModelHubMixin):
3838
"mixtral": LlamaForCausalLM,
3939
"gemma": GemmaForCausalLM,
4040
"qwen": QwenForCausalLM,
41-
"qwen2": QwenForCausalLM
41+
"qwen2": QwenForCausalLM,
4242
}
4343

4444
def __init__(self):

0 commit comments

Comments
 (0)