You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use OpenLLM to deploy a well known LLM, like NousResearch/llama-2-13b-chat-hf as follows:
`
pip install -U -q openllm
openllm start NousResearch/llama-2-7b-chat-hf --backend pt
export OPENLLM_ENDPOINT=http://172.16.192.86:3000
openllm query 'Explain to me the difference between "further" and "farther"'
`
But the result is not that good, do you have any ideas about why? Thanks a lot in advance!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Team,
I am trying to use OpenLLM to deploy a well known LLM, like
NousResearch/llama-2-13b-chat-hf
as follows:`
pip install -U -q openllm
openllm start NousResearch/llama-2-7b-chat-hf --backend pt
export OPENLLM_ENDPOINT=http://172.16.192.86:3000
openllm query 'Explain to me the difference between "further" and "farther"'
`
But the result is not that good, do you have any ideas about why? Thanks a lot in advance!
Beta Was this translation helpful? Give feedback.
All reactions