-
Notifications
You must be signed in to change notification settings - Fork 8
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
init release commit #10
Conversation
yeshaokai
commented
Dec 11, 2023
•
edited by MMathisLab
Loading
edited by MMathisLab
- full code release of amadeusGPT source code and streamlit app
The pytest failure is caused by API key not in the secret variable. I probably do not have access to setting the secret variable in this repo. |
- internal file only
@yeshaokai can you confirm the errors are still due to a missing openAI key; it, to me, seems a code error: missing Edit to add: fixed with removing the import * in main.py |
failing due to =========================== short test summary info ============================
ERROR tests/test_EPM.py - FileNotFoundError: [Errno 2] No such file or directory: '/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/amadeusgpt/interface.txt'
ERROR tests/test_MABE.py - FileNotFoundError: [Errno 2] No such file or directory: '/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/amadeusgpt/interface.txt'
ERROR tests/test_MausHaus.py - FileNotFoundError: [Errno 2] No such file or directory: '/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/amadeusgpt/interface.txt'
!!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!!
========================= 1 warning, 3 errors in 5.56s ========================= |
- this is needed to fun cebra, but fails in github testing...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see convo to resolve failing test in another PR;
- The test is failing due to poor
import *
- and then interface.txt not being read properly.
- also need to decide if pinning torch, cebra, etc is needed for some OS.