-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes resulting from github group migration (#57)
- Loading branch information
1 parent
93acb04
commit 0749c63
Showing
8 changed files
with
31 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# Deploying with docker | ||
|
||
The docker image is available on the [Github Container Registry](https://github.com/OSS-Pole-Emploi/happy_vllm/pkgs/container/happy_vllm) | ||
The docker image is available on the [Github Container Registry](https://github.com/France-Travail/happy_vllm/pkgs/container/happy_vllm) | ||
|
||
## Pull the image from Github Container Registry | ||
|
||
```bash | ||
docker pull ghcr.io/oss-pole-emploi/happy_vllm:latest | ||
docker pull ghcr.io/france-travail/happy_vllm:latest | ||
``` | ||
|
||
## Launch a container | ||
|
||
```bash | ||
docker run -it ghcr.io/oss-pole-emploi/happy_vllm:latest --model mistralai/Mistral-7B-v0.1 | ||
docker run -it ghcr.io/france-travail/happy_vllm:latest --model mistralai/Mistral-7B-v0.1 | ||
``` | ||
See [arguments](arguments.md) for more details the list of all arguments useful for the application and model for happy_vLLM. | ||
|
||
## Build docker image from source via the provided dockerfile | ||
|
||
```bash | ||
docker build -t oss-pole-emploi/happy_vllm:latest . | ||
docker build -t france-travail/happy_vllm:latest . | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters