Commit 3f0faf3d authored by chenzk's avatar chenzk
Browse files

v1.0.3

parent db0f4923
...@@ -55,7 +55,7 @@ vllm:0.6.2 ...@@ -55,7 +55,7 @@ vllm:0.6.2
flash-attn:2.6.1 flash-attn:2.6.1
deepspeed:0.14.2 deepspeed:0.14.2
apex:1.4.0 apex:1.4.0
transformers:4.51.3 transformers:4.49.0
tensorflow:2.13.1 tensorflow:2.13.1
``` ```
...@@ -68,6 +68,10 @@ pip install -e . -i https://mirrors.aliyun.com/pypi/simple ...@@ -68,6 +68,10 @@ pip install -e . -i https://mirrors.aliyun.com/pypi/simple
pip install https://download.sourcefind.cn:65024/directlink/4/tensorflow/DAS1.5/tensorflow-2.13.1+das.opt1.dtk2504-cp310-cp310-linux_x86_64.whl -i https://mirrors.aliyun.com/pypi/simple # tensorflow=2.13.1 pip install https://download.sourcefind.cn:65024/directlink/4/tensorflow/DAS1.5/tensorflow-2.13.1+das.opt1.dtk2504-cp310-cp310-linux_x86_64.whl -i https://mirrors.aliyun.com/pypi/simple # tensorflow=2.13.1
``` ```
bitsandbytes位于whl文件夹下,faiss、paddlepaddle可从可从光合开发者社区下载:
- https://download.sourcefind.cn:65024/directlink/4/faiss/DAS1.3/faiss-1.7.2+das.dtk24043-py3-none-any.whl
- https://download.sourcefind.cn:65024/directlink/4/paddle/DAS1.3/paddlepaddle-2.6.1+das.opt1.dtk24043-cp310-cp310-manylinux_2_28_x86_64.whl
## 数据集 ## 数据集
`无` `无`
......
...@@ -16,7 +16,7 @@ dependencies = [ ...@@ -16,7 +16,7 @@ dependencies = [
# "torch==2.3.1", # "torch==2.3.1",
# "torchvision==0.18.1", # "torchvision==0.18.1",
"pytorch-lightning>=1.0.8", "pytorch-lightning>=1.0.8",
"transformers>=4.49.0", "transformers==4.49.0",
"tokenizers>=0.15.0", "tokenizers>=0.15.0",
"sentencepiece", "sentencepiece",
"shortuuid", "shortuuid",
......
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