-
Notifications
You must be signed in to change notification settings - Fork 10
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
Can I get the environment.yaml file? #4
Comments
I recreated the env using pip, for those who need it. requirements.txt file using Python 3.9 (Lightning is not needed) |
The requirements.txt seems many stuff that is not used and it gives me package not found error while pip installing in Docker. I share the files working for me with Docker: requirements.txt uvicorn==0.17.4 Dockerfile #FROM continuumio/miniconda3 FROM pytorch/pytorch:${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-runtime WORKDIR sprompt COPY requirements.txt requirements.txt ENV PYTHONPATH "${PYTHONPATH}:/workspace/sprompt/models" |
hi, did you change cddb_sip.yaml net_type: slip to sip i try to reproduce the vit-base method,but meet a bug: pretrained_cfg = resolve_pretrained_cfg(variant, kwargs=kwargs) my env is same to yours. |
Hello, it gives me some other errors with sip and I didn't spend time to fix since I realized S-prompt is domain incremental and I need class incremental solution |
The paper of this work is impressive, and I am trying to follow your work and figure out that the environment.yaml file is missing. So can I get the environment.yaml to generate a suitable environment to run this project?
The text was updated successfully, but these errors were encountered: