galai
Model API for GALACTICA
File Explorer
Download Latest Version (.zip)- logo.png
- logo_black.png
- model_card.md
- PROMPTBOOK.md
- __init__.py
- model.py
- notebook_utils.py
- parallel_policy.py
- utils.py
- Introduction to Galactica Models.ipynb
- Introduction to Galactica Models.pdf
- LICENSE
- LICENSE-MODEL.md
- MANIFEST.in
- README.md
- requirements.txt
- setup.py
# Installation Guide
git clone https://github.com/paperswithcode/galai
Downloads the entire project code from GitHub to your computer.
cd galai
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install galai
Installs the package published on PyPI directly β no need to clone the source.
pip install git+https://github.com/paperswithcode/galai
Installs the package published on PyPI directly β no need to clone the source.
pip install transformers accelerate
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install galai
Installs the package published on PyPI directly β no need to clone the source.
pip install git+https://github.com/paperswithcode/galai
Installs the package published on PyPI directly β no need to clone the source.
pip install transformers accelerate
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
