Commit acd19b50 authored by dcuai's avatar dcuai
Browse files

Update README.md

parent 78fe35ad
...@@ -51,7 +51,7 @@ docker build --no-cache -t codestral:latest . ...@@ -51,7 +51,7 @@ docker build --no-cache -t codestral:latest .
docker run -it -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal/:/opt/hyhal/:ro --shm-size=16G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID bash docker run -it -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal/:/opt/hyhal/:ro --shm-size=16G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID bash
cd /your_code_path/inpaint-anything cd /your_code_path/inpaint-anything
pip install -e segment_anything pip install -e segment_anything
pip install diffusers transformers accelerate scipy safetensors pip install transformers accelerate scipy safetensors
pip install -r requirements.txt pip install -r requirements.txt
``` ```
### Anaconda(方法三) ### Anaconda(方法三)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment