"vscode:/vscode.git/clone" did not exist on "859ffea2b1a307ea6a526b6dc92d6843b923ed39"
Commit 667aed44 authored by suily's avatar suily
Browse files

Update README.md

parent 782b33da
...@@ -38,6 +38,8 @@ docker run -it --network=host --privileged=true --name=docker_name --device=/dev ...@@ -38,6 +38,8 @@ docker run -it --network=host --privileged=true --name=docker_name --device=/dev
cd /your_code_path/timesfm cd /your_code_path/timesfm
pip install -r requirements.txt pip install -r requirements.txt
pip install tensorflow-2.13.1+das1.0+git429d21b.abi1.dtk2404-cp310-cp310-manylinux2014_x86_64.whl(或 tensorflow-cpu==2.13.1) pip install tensorflow-2.13.1+das1.0+git429d21b.abi1.dtk2404-cp310-cp310-manylinux2014_x86_64.whl(或 tensorflow-cpu==2.13.1)
pip uninstall protobuf
pip install protobuf==3.20.3
``` ```
### Dockerfile(方法二) ### Dockerfile(方法二)
``` ```
...@@ -48,6 +50,8 @@ docker run -it --network=host --privileged=true --name=docker_name --device=/dev ...@@ -48,6 +50,8 @@ docker run -it --network=host --privileged=true --name=docker_name --device=/dev
cd /your_code_path/timesfm cd /your_code_path/timesfm
pip install -r requirements.txt pip install -r requirements.txt
pip install tensorflow-2.13.1+das1.0+git429d21b.abi1.dtk2404-cp310-cp310-manylinux2014_x86_64.whl (或 tensorflow-cpu==2.13.1) pip install tensorflow-2.13.1+das1.0+git429d21b.abi1.dtk2404-cp310-cp310-manylinux2014_x86_64.whl (或 tensorflow-cpu==2.13.1)
pip uninstall protobuf
pip install protobuf==3.20.3
``` ```
### Anaconda(方法三) ### Anaconda(方法三)
1、关于本项目DCU显卡所需的特殊深度学习库可从光合开发者社区下载安装: https://developer.hpccube.com/tool/ 1、关于本项目DCU显卡所需的特殊深度学习库可从光合开发者社区下载安装: https://developer.hpccube.com/tool/
...@@ -63,6 +67,8 @@ tensorflow:2.13.1 (或 tensorflow-cpu==2.13.1) ...@@ -63,6 +67,8 @@ tensorflow:2.13.1 (或 tensorflow-cpu==2.13.1)
``` ```
cd /your_code_path/timesfm cd /your_code_path/timesfm
pip install -r requirements.txt pip install -r requirements.txt
pip uninstall protobuf
pip install protobuf==3.20.3
``` ```
## 数据集 ## 数据集
基准测试数据集运行时会gluonts自动下载,长期基准测试数据集需从Google Drive手动下载(需要魔法): 基准测试数据集运行时会gluonts自动下载,长期基准测试数据集需从Google Drive手动下载(需要魔法):
......
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