Instructions to use allenai/SamudrACE-E3SMv3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Full Model Emulation
How to use allenai/SamudrACE-E3SMv3 with Full Model Emulation:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update inference-config.yaml
Browse files- inference-config.yaml +1 -1
inference-config.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
experiment_dir: /results
|
| 2 |
n_coupled_steps: 2920 # 40 years
|
| 3 |
coupled_steps_in_memory: 5
|
| 4 |
-
checkpoint_path: /
|
| 5 |
data_writer:
|
| 6 |
ocean:
|
| 7 |
save_prediction_files: false
|
|
|
|
| 1 |
experiment_dir: /results
|
| 2 |
n_coupled_steps: 2920 # 40 years
|
| 3 |
coupled_steps_in_memory: 5
|
| 4 |
+
checkpoint_path: /SamudrACE-E3SMv3.tar
|
| 5 |
data_writer:
|
| 6 |
ocean:
|
| 7 |
save_prediction_files: false
|