Skip to content

Commit

Permalink
note on CUDA containers
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed May 21, 2024
1 parent 829328c commit 8500afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Instructions to recreate our implementation are linked below.
4. [> SiMLInt ML Training Implementation](./training_implementation.md)
5. [> SiMLInt Simulation](./inference.md)

SiMLInt Docker images have been built for [CPU](https://github.com/orgs/EPCCed/packages/container/package/simlint) and [GPU](https://github.com/orgs/EPCCed/packages/container/package/simlint-gpu). The CPU version can perform run BOUT++ Hasegawa-Wakatani simulations, generate ground-truth data, or run SiMLInt simulations with inference, while the GPU version is intended for use in training ML models. For Docker container usage instructions, click [here](docker-images.md).
SiMLInt Docker images have been built for [CPU](https://github.com/orgs/EPCCed/packages/container/package/simlint) and [GPU](https://github.com/orgs/EPCCed/packages/container/package/simlint-gpu). The CPU version can perform run BOUT++ Hasegawa-Wakatani simulations, generate ground-truth data, or run SiMLInt simulations with inference, while the GPU version is intended for use in training ML models (note: The [NVIDIA Container Toolkit](https://github.com/NVIDIA/nvidia-container-toolkit) is required to run CUDA images). For Docker container usage instructions, click [here](docker-images.md).

## References

Expand Down

0 comments on commit 8500afd

Please sign in to comment.