Skip to content

Commit

Permalink
codellama is old model, we dont want to support it in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya52 committed May 14, 2024
1 parent c6af909 commit 868f3a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion refact_known_models/huggingface.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
"model_class_kwargs": {},
"required_memory_mb": 14000,
"T": 2048,
"filter_caps": ["completion", "finetune"],
"filter_caps": ["completion"],
"deprecated": True,
},
"wizardlm/30b": {
"backend": "transformers",
Expand Down

0 comments on commit 868f3a3

Please sign in to comment.