mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-05-18 21:54:11 -04:00
fix(llama): loose requirements for running llama in container
Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
@@ -42,7 +42,7 @@ class LlaMAConfig(openllm.LLMConfig):
|
||||
"default_id": "huggyllama/llama-7b",
|
||||
"default_implementation": "pt", # XXX: needs vLLM implementation
|
||||
"architecture": "LlamaForCausalLM",
|
||||
"requirements": ["openllm[vllm]", "fairscale", "sentencepiece"],
|
||||
"requirements": ["fairscale", "sentencepiece"],
|
||||
"model_ids": [
|
||||
"meta-llama/llama-2-70b-chat-hf",
|
||||
"meta-llama/llama-2-13b-chat-hf",
|
||||
|
||||
Reference in New Issue
Block a user