From 0387b09086fb198588e2bf16cb5ec67fb276b05c Mon Sep 17 00:00:00 2001 From: Lingxi Xie <198808xc@gmail.com> Date: Thu, 2 Mar 2023 20:41:12 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adb35c5..67b9c19 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The 3-hour model (pangu_weather_3.onnx): [Google drive](https://drive.google.com The 6-hour model (pangu_weather_6.onnx): [Google drive](https://drive.google.com/file/d/1a4XTktkZa5GCtjQxDJb_fNaqTAUiEJu4/view?usp=share_link)/[Baidu netdisk](https://pan.baidu.com/s/1q7IB7tNjqIwoGC7KVMPn4w?pwd=vxq3) -The 24-hour model (pangu_weather.onnx): [Google drive](https://drive.google.com/file/d/1lweQlxcn9fG0zKNW8ne1Khr9ehRTI6HP/view?usp=share_link)/[Baidu netdisk](https://pan.baidu.com/s/179q2gkz2BrsOR6g3yfTVQg?pwd=eajy) +The 24-hour model (pangu_weather_24.onnx): [Google drive](https://drive.google.com/file/d/1lweQlxcn9fG0zKNW8ne1Khr9ehRTI6HP/view?usp=share_link)/[Baidu netdisk](https://pan.baidu.com/s/179q2gkz2BrsOR6g3yfTVQg?pwd=eajy) These models are stored using the ONNX format, and thus can be used via different languages such as Python, C++, C#, Java, etc.