-
Notifications
You must be signed in to change notification settings - Fork 0
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
Better documentation #7
Comments
Hi! Thanks for the feedback. I updated the README with an alternative to UV (using conda and |
In order to view results, you should put |
It seems from the picture you are still passing |
When I am doing this I just have a blank page. |
Hmm, this is strange. I cannot reproduce the issue locally. Are you sure you already ran some models on the HMMT competition and that their results are stored in |
Hi, I have run a test batch today, and they are a couple of small things which could be improved in the docs.
Config
Specify that the user shouldn't directly input the API key in the config file, but rather input the name of the apiin the config file and then write
export NAME_API_KEY=[redacted]
in the terminal.I also had trouble with uv that didn't want to use my venv and they recommended --active which didn't work. Listing all the dependencies might be useful, maybe as an annex.
Also, I noticed that in utils.py
from sympy.parsing.latex import parse_latex import sympy
It seems to me that import should be first, unless I am missing something.
Another thing I had trouble is to view results.I don't understand what path we need to input: the results path or the competition path? Either way, no results display.
The text was updated successfully, but these errors were encountered: