-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poetry instillation failing to download all libraries #23
Comments
Hi @benku2, thanks for using tower-eval. For example, in the terminal: > source <YOUR_ENV>/bin/activate
> bash run_paper_benchmark.sh I cannot access your notebook, unfortunately. |
Thanks for the reply. Yes, I am attempting to utilize the environment while running the benchmark, but am still getting the issue of missing libraries. The Google Colab should now be accessible. |
Thanks for sharing the colab. The repo is set up correctly; this was a Colab issue related to using python venvs. I seem to have found the fix: if you want to use the environment in the notebook, you have to prefix every command with !cd /content/tower-eval; source /content/tower-eval-env/bin/activate; bash run_paper_benchmark.sh That said, I still got some huggingface credential errors after running the bash script, like:
These are normal (you need to login to hugginface and accept the model's terms and conditions) but I'm not sure how you add credentials in a Colab notebook, because we don't work in that environment. I searching huggingface's documentaiton. If you are looking to test the repository, I suggest running an example config that does not depend on a gated model; for example, one using our Tower models:
|
Python Version: 3.10.12
Poetry Version: 1.6.1
CUDA Version: release 12.2, V12.2.140
GPU: T4 GPU
It appears that installing on poetry is not correctly downloading all the libraries, despite claiming that it is. In
error.txt
, theloguru
library appears to be missing, which we can confirm inpackages.txt
. However, from the small sample I grabbed ininstall.txt
, loguru is claimed to be installed correctly by poetry. I have also attached a Google Colab notebook that runs through the same process to repeat it. Running the notebook with any of the available GPUs results in the same error.error.txt
install.txt
packages.txt
The text was updated successfully, but these errors were encountered: