Giter Site home page Giter Site logo

nasa-nccs-hpda / fmod Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 4.23 MB

Foundation Models based on the Nvidia Modulus Framework with MERRA2 fine tuning.

License: Apache License 2.0

Python 50.23% Jupyter Notebook 47.52% Makefile 0.04% Shell 2.21%

fmod's Introduction

FMod

Foundation Models and Super Resolution with MERRA2 training / fine tuning.

Installation

OSX Local Development Installation

* conda create -n fmod python=3.10 mamba -c conda-forge 
* conda activate fmod
* mamba install pytorch torchvision -c pytorch
* mamba install -c dglteam dgl 
* mamba install -c conda-forge s3fs tqdm pydantic ipython h5py h5netcdf matplotlib scipy netCDF4 ipympl jupyterlab ipykernel ipywidgets numpy xarray dask  pandas typing_extensions
* pip install hydra-core --upgrade
* pip install --no-deps nvidia-modulus nvidia-modulus-sym

Production Server Installation

  • Prerequesites:

    • Must have mpicc in PATH (e.g. /app/openmpi/platform/x86_64/rhel/8.9/4.1.2_gcc-12.1.0/bin/mpicc )
  • Install Packages:

    • conda create -n fmod python=3.10 cuda-python -c nvidia
    • conda activate fmod
    • pip install ninja
    • pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121
    • pip install lightning-bolts
    • pip install -v --disable-pip-version-check --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" pytorch-extension
    • pip install nvidia-modulus[all] nvidia-modulus-sym
    • pip install tensorly tensorly-torch netCDF4 h5py h5netcdf parameterized cartopy ipympl opt_einsum hydroeval
    • cd torch-harmonics; pip install .
  • Alternate pytorch-extension installation

    • cd /explore/nobackup/projects/ilab/software/pytorch-extension-0.2
    • python setup.py egg_info
    • python setup.py bdist_wheel
    • python setup.py install
    • python setup.py clean
  • For graphcast:

    • pip install wandb pydantic quadpy orthopy ndim gdown netCDF4 h5py h5netcdf mlflow torch-harmonics
  • [GraphCast]: Install pymesh from source: https://pymesh.readthedocs.io/en/latest/installation.html

  • [SFNO]: Install apex from source: https://github.com/NVIDIA/apex

fmod's People

Contributors

nasa-nccs-cds avatar thomasmaxwell avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.