Commit 923ab1f2 authored by suily's avatar suily
Browse files

Update README.md

parent bdb8893e
...@@ -137,9 +137,9 @@ huggingface-cli download --resume-download google/timesfm-1.0-200m --local-dir m ...@@ -137,9 +137,9 @@ huggingface-cli download --resume-download google/timesfm-1.0-200m --local-dir m
推理运行代码: 推理运行代码:
``` ```
# 运行基准测试 # 运行基准测试
# 由于基准测试未提供调用数据集的接口,测试集要手动更改timesfm/experiments/extended_benchmarks/run_timesfm.py:dataset_names内填入所需数据集name(当前仓库已设置测试所需数据,不需额外更改)
cd timesfm cd timesfm
sh train.sh sh train.sh
# 由于基准测试未直接提供调用数据集的接口,须在代码内部手动进行更改:修改timesfm/experiments/extended_benchmarks/run_timesfm.py:dataset_names内填入所需数据集name
# 运行长期基准测试 # 运行长期基准测试
cd timesfm cd timesfm
......
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