Zamba2-7B / build_script.sh
gabrielclark3330's picture
Init comit to test zamba2 7b build scripts
9c317f9
raw
history blame contribute delete
194 Bytes
#!/bin/bash
git clone https://github.com/Zyphra/transformers_zamba2.git
cd transformers_zamba2/
pip install packaging
pip install wheel
pip install torch
pip install -e .
pip install accelerate