Commit 7b4fb13b authored by dcuai's avatar dcuai
Browse files

Update README.md

parent 78060c0d
......@@ -51,7 +51,7 @@ docker run -it -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal/:/op
cd /your_code_path/inpaint-anything
pip install -e segment_anything
pip install diffusers transformers accelerate scipy safetensors
pip install -r requirements.txt
pip install -r requirement.txt
```
### Anaconda(方法三)
<!-- 此处提供本地配置、编译的详细步骤,例如: -->
......@@ -64,11 +64,11 @@ pytorch: 2.1.0
```
`Tips:以上DTK驱动、python、pytorch等DCU相关工具版本需要严格一一对应`
其它非深度学习库参照requirements.txt安装:
其它非深度学习库参照requirement.txt安装:
```
pip install -e segment_anything
pip install diffusers transformers accelerate scipy safetensors
pip install -r requirements.txt
pip install -r requirement.txt
```
## 数据集
......
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