Sam Foreman
Sam Foreman
Computational Scientist @ Argonne National Laboratory. AI Group @ Leadership Computing Facility (ALCF)
Top Words
- training
- foundation
- models
- supercomputers
- aurora
- auroragpt
- model
- scientific
- scale
- building
All posts (24)
ALCF Incite Hackathon 2025 2025 ALCF INCITE GPU Hackathon (20-May 22, 2025) LLMs on Aurora1: π Hands-On: ezpz π Overview: AuroraGPT π― AuroraGPT: Goals AuroraGPT: General purpose scientific LLM Broadly trained on a general corpora plus scientific {papers, texts, data} Explore pathways towards a βScientific Assistantβ...
π Currently Figure 1: Current state of LLM Pretraining. [Source] π¬ LLMs on Aurora π ezpz π€ transformers ποΈ Megatron-DeepSpeed π ezpz Write once, run anywhere π£ Getting Started Submit interactive job: qsub -I -l select=2 -l walltime=01:00:00 \ -l filesystems=home:flare \ -A gpu_hack \ -q gpu_hack_prio Source1 the...
Something I just learned The TensorFlow that is included in the new frameworks module (aurora_nre_models_frameworks-2025.0.0) was built with numpy==1.26.4 (< 2). Unfortunately, if you then (for whatever reason) then tries to install / upgrade a package1 that has numpy in its dependencies, e.g.: python3 -m pip...
PyTorch 2.6 on Aurora ; source <(curl -L https://bit.ly/ezpz-utils) && ezpz_setup_env ; export CXX=$(which g++) ; export CC=$(which gcc) ; export REL_WITH_DEB_INFO=1 ; export USE_CUDA=0 ; export USE_ROCM=0 ; export USE_MKLDNN=1 ; export USE_MKL=1 ; export USE_ROCM=0 ; export USE_CUDNN=0 ; export USE_FBGEMM=0 ;...
Page 3 of 3