Skip to content

Commit ca454cb

Browse files
authored
update dockerfile, readme (#1105)
* update dockerfile, readme, convert.sh * update readme * revert
1 parent 88eca19 commit ca454cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ X2Paddle是飞桨生态下的模型转换工具,致力于帮助其它深度学
1616

1717
- **支持主流深度学习框架**
1818

19-
- 目前已经支持Caffe/TensorFlow/ONNX/PyTorch四大框架的预测模型的转换,PyTorch训练项目的转换,涵盖了目前市面主流深度学习框架,详见 ***[测试 demo ](./test_benchmark)***
19+
- 目前已经支持Caffe/TensorFlow/ONNX/PyTorch四大框架的预测模型的转换,PyTorch训练项目的转换,涵盖了目前市面主流深度学习框架,详见 ***[支持模型列表](./docs/introduction/x2paddle_model_zoo.md)******[测试 demo ](./test_benchmark)***
2020

2121
- **支持的模型丰富**
2222

README_en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ X2Paddle is a model conversion tool under the PaddlePaddle ecosystem, dedicated
1414

1515
- **Supports major deep learning frameworks**
1616

17-
- It has supported the conversion on inference models of **Caffe/TensorFlow/ONNX/PyTorch** and the conversion of PyTorch training projects, which covers the major deep learning frameworks in the market at present. For further details, refer to ***[test demo ](./test_benchmark)***
17+
- It has supported the conversion on inference models of **Caffe/TensorFlow/ONNX/PyTorch** and the conversion of PyTorch training projects, which covers the major deep learning frameworks in the market at present. For further details, refer to ***[support model zoo list](./docs/introduction/x2paddle_model_zoo.md)*** and ***[test demo ](./test_benchmark)***
1818

1919
- **Rich set of supported models**
2020

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ RUN python -m pip install --upgrade pip && \
1010
python -m pip install torch==2.4.1 torchvision torchaudio tensorflow==2.16.1 onnx==1.17.0 onnxruntime && \
1111
python -m pip install paddlepaddle-gpu==3.0.0b1 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/ && \
1212
python -m pip install pynvml psutil GPUtil sympy treelib easyocr && \
13-
python -m pip install librose==0.10.2 scikit-learn matplotlib unidecode inflect pypinyin && \
13+
python -m pip install librosa==0.10.2 scikit-learn matplotlib unidecode inflect pypinyin && \
1414
python -m pip install torchmetrics pytorch_lightning kornia==0.5.11 hypothesis pre-commit==2.17.0 protobuf==3.20.2 && \
1515
python -m pip install --upgrade virtualenv

0 commit comments

Comments
 (0)