openchat icon indicating copy to clipboard operation
openchat copied to clipboard

Is there a docker container I can use?

Open sungkim11 opened this issue 1 year ago • 2 comments

I am looking for something like this, so I can run this on a single 3090.

docker run --gpus 1
-e HF_TOKEN=$HF_TOKEN -p 8000:8000
ghcr.io/mistralai/mistral-src/vllm:latest
--host 0.0.0.0
--model mistralai/Mistral-7B-Instruct-v0.2

sungkim11 avatar Jan 12 '24 18:01 sungkim11

Here is a beta version wrapping the official openchat server in this repo. We're working on a stable release and corresponding instructions.

https://hub.docker.com/r/ochat/openchat-server

imoneoi avatar Jan 16 '24 14:01 imoneoi

I cannot seem to run this. It keeps on asking for model where I supplied the model's name both parameter and environment variable. Can you provide an instruction to run this docker image?

sungkim11 avatar Jan 16 '24 18:01 sungkim11