"docs/vscode:/vscode.git/clone" did not exist on "793ff00b96db579e65a20a61fd14b05f23e301c1"
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 .
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
pip install -e segment_anything
pip install diffusers transformers accelerate scipy safetensors
pip install transformers accelerate scipy safetensors
pip install -r requirements.txt
```
### 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