mirror of
https://github.com/RYDE-WORK/ktransformers.git
synced 2026-02-03 13:03:35 +08:00
update docker.md support docker pull image
This commit is contained in:
parent
5e83bc0c82
commit
69fa2f4395
@ -5,9 +5,11 @@
|
|||||||
* Create a folder to store big models & intermediate files (ex. /mnt/models)
|
* Create a folder to store big models & intermediate files (ex. /mnt/models)
|
||||||
|
|
||||||
## Images
|
## Images
|
||||||
There are Docker images available for our project:
|
There is a Docker image available for our project, you can pull the docker image by:
|
||||||
|
```
|
||||||
**Uploading**
|
docker pull approachingai/ktransformers:0.1.1
|
||||||
|
```
|
||||||
|
**Notice**: In this image, we compile the ktransformers in AVX512 instuction CPUs, if your cpu not support AVX512, it is suggested to recompile and install ktransformer in the /workspace/ktransformers directory within the container.
|
||||||
|
|
||||||
## Building docker image locally
|
## Building docker image locally
|
||||||
- Download Dockerfile in [there](../../Dockerfile)
|
- Download Dockerfile in [there](../../Dockerfile)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user