galai
galai copied to clipboard
Model API for GALACTICA
Hi, installed and imported galai successfully using Ubuntu 21.01. I installed galai as : `conda create -n galia python=3.9` `conda activate galia` `pip install git+https://github.com/paperswithcode/galai` and the code I tested...
if there isn't anything special, the normal quickstart install doesn't work.
I just installed galai and started downloading the standard version on notebook. Since each update of the progress bar creates a new line of log instead of refreshing the progress...
On windows 10, python 3.9, I pip install galai without error but I got this error when importing galai: ``` --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) ~\AppData\Local\Temp\ipykernel_640\446023240.py in ---->...
Hi all, I've tried to run galai on my mac (13.0.1 (22A400)) with Python 3.7 but unsuccessfully. When running the below program: ``` import galai as gal if __name__ ==...
Hi! First of all, thank you very much for this awesome project. I'm facing some issues when trying to execute this code: ```python import galai as gal model = gal.load_model(name="base",...
Who can share what equipment specifications are needed for each of the model sizes?
Specifications: Linux / pop!_os pip 22.0.2 from /usr/lib/python3/dist-packages/pip (python 3.10) Python 3.10.6 Issue encountered when installing from repo pip install git+https://github.com/paperswithcode/galai ERROR: Could not find a version that satisfies the...
When I load model I have this error. Traceback (most recent call last): File "", line 1, in File "test/env/lib/python3.9/site-packages/galai/__init__.py", line 39, in load_model model._load_checkpoint(checkpoint_path=get_checkpoint_path(name)) File "test/env/lib/python3.9/site-packages/galai/model.py", line 63, in...
Hi, First of all thanks for the amazing work! I was wondering if it would be possible to run the smaller versions of the model on CPU, at the moment...