-
Notifications
You must be signed in to change notification settings - Fork 296
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
missing install instructions for external libraries #1
Comments
Adding the '!pip install' command to the top of the cell would be sufficient if there are any missing libraries in your current python notebook environment.
|
Thanks @arun477! But I wonder if it should be part of the repo/notebook in some way to make it work out of the box. |
Thanks @cgreening |
Jeremy, didn't attach requiremnets.txt, too long word. Make a req.txt in the notebook folder, paste the names of modules in new line each. From notebook use: |
For the
call, |
The notebook doesn't work out of the box because it is missing the install instruction for libraries (
tiktoken
,openai
,pydantic
,fastcore
,transformers
,wikipediaapi
andtorch
).I wonder if we can add a requirements.txt or something to accompany the notebook. A hacker will probably figure out a way around this, but just thinking out loud
The text was updated successfully, but these errors were encountered: