Instructions to use ecmwf/aifs-single-1.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- AnemoI
How to use ecmwf/aifs-single-1.1 with AnemoI:
from anemoi.inference.runners.default import DefaultRunner from anemoi.inference.config.run import RunConfiguration # Create Configuration config = RunConfiguration(checkpoint = {"huggingface":"ecmwf/aifs-single-1.1"}) # Load Runner runner = DefaultRunner(config) - Notebooks
- Google Colab
- Kaggle
flash_attn installation error when running at Colab
#10
by vpmet - opened
I have tried to run the model in Colab but I get an error when installing required packages:
"It seems that the flash_attn package failed to install, which is a common issue due to its specific hardware and software dependencies (like CUDA and PyTorch versions)."
vpmet changed discussion status to closed
vpmet changed discussion status to open
Hi @vpmet ,
Checkout https://github.com/mjun0812/flash-attention-prebuild-wheels/ for compiled flash_attn WHLs