Commit 3bd86386 authored by wanglch's avatar wanglch
Browse files

Update README.md

parent 592b1292
...@@ -33,6 +33,8 @@ docker exec -it DISC-FinLLM bash ...@@ -33,6 +33,8 @@ docker exec -it DISC-FinLLM bash
cd /path/your_code_data/DISC-FinLLM_pytorch cd /path/your_code_data/DISC-FinLLM_pytorch
pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
pip install bitsandbytes-0.43.0-py3-none-any.whl
``` ```
### Dockerfile(方法二) ### Dockerfile(方法二)
...@@ -54,6 +56,7 @@ torch:2.1 ...@@ -54,6 +56,7 @@ torch:2.1
torchvision: 0.16.0 torchvision: 0.16.0
apex: 1.1.0 apex: 1.1.0
deepspped: 0.12.3 deepspped: 0.12.3
bitsandbytes: 0.43.0
``` ```
`Tips:以上dtk驱动、python、paddle等DCU相关工具版本需要严格一一对应` `Tips:以上dtk驱动、python、paddle等DCU相关工具版本需要严格一一对应`
...@@ -63,6 +66,8 @@ conda create -n DISC-FinLLM python=3.10 ...@@ -63,6 +66,8 @@ conda create -n DISC-FinLLM python=3.10
cd /path/your_code_data/DISC-FinLLM_pytorch cd /path/your_code_data/DISC-FinLLM_pytorch
pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple
pip install bitsandbytes-0.43.0-py3-none-any.whl
``` ```
## 数据集 ## 数据集
......
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