Skip to content

Commit

Permalink
update docker images (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
helloyongyang authored Oct 10, 2024
1 parent e54df96 commit 39572d5
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@

**docker hub** is [here](https://hub.docker.com/r/llmcompression/llmc).

**aliyun docker**镜像名: `registry.cn-hangzhou.aliyuncs.com/yongyang/llmcompression:[tag]`

You can download the Docker image that can run llmc with the following command. Users in mainland China are recommended to use Alibaba Cloud Docker.

docker hub
```
docker pull llmcompression/llmc:pure-lastest
```

aliyun docker
```
docker pull registry.cn-hangzhou.aliyuncs.com/yongyang/llmcompression:pure-lastest
```


**Community**:

- [Discord Server](https://discord.gg/qZKUDfhm)
Expand Down
15 changes: 15 additions & 0 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@

**Docker Hub**[こちら](https://hub.docker.com/r/llmcompression/llmc)

**aliyun docker**镜像名: `registry.cn-hangzhou.aliyuncs.com/yongyang/llmcompression:[tag]`

以下のコマンドを使用して、llmcを実行できるDockerイメージをダウンロードできます。中国大陸のユーザーは、阿里云Dockerを使用することを推奨します。

docker hub
```
docker pull llmcompression/llmc:pure-lastest
```

阿里云Docker
```
docker pull registry.cn-hangzhou.aliyuncs.com/yongyang/llmcompression:pure-lastest
```


**コミュニティ**:

- [Discordサーバー](https://discord.gg/qZKUDfhm)
Expand Down
15 changes: 15 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@

**docker hub**[此处](https://hub.docker.com/r/llmcompression/llmc)

**阿里云docker**镜像名: `registry.cn-hangzhou.aliyuncs.com/yongyang/llmcompression:[tag]`

你可以通过以下命令下载可以运行llmc的docker镜像,中国大陆用户推荐使用阿里云docker。

docker hub
```
docker pull llmcompression/llmc:pure-lastest
```

阿里云docker
```
docker pull registry.cn-hangzhou.aliyuncs.com/yongyang/llmcompression:pure-lastest
```


**社区**:

- [Discord 服务器](https://discord.gg/qZKUDfhm)
Expand Down

0 comments on commit 39572d5

Please sign in to comment.