-
Notifications
You must be signed in to change notification settings - Fork 220
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
Help with the installation on colab #241
Comments
For which task is this ? I may try to help you with the annotation task. First you should upload the datasets and pretrained models to a folder in your drive. Then, mount the drive to colab for path inserting. Then follow the below: #!pip install scgpt ( if you dont want to use flash-attn) !pip install wandb import copy import pickle sys.path.insert(0, "../") sc.set_figure_params(figsize=(6, 6)) This will probably work |
@kocemir , thanks for your help! Yes, I want to do the annotation task ! You are right that adding "flash-attn<1.0.5" takes really long time !!! Best |
hello, thanks for this great tool !!!
I follow the installation tutorial and got some errors:
Errors:
Could you help with this problem? Thanks !!!
Best
The text was updated successfully, but these errors were encountered: