-
Notifications
You must be signed in to change notification settings - Fork 99
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
proactivehealthgpt_py38.yml seems broken, cannot build conda env with this file #1
Comments
Thanks for your question, the proactivehealthgpt_py38_.yml file for windows will be pushed soon! |
You can follow the following instruction. Specifically, requirements.txt is newly added. You can click on the file separately to download it. Alternatively, use
cd BianQue
conda create -n proactivehealthgpt_py38 python=3.8
conda activate proactivehealthgpt_py38
pip install torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116
pip install -r requirements.txt
pip install rouge_chinese nltk jieba datasets
pip install streamlit |
The following package is also need.
|
Thanks for your work !!!
I used Win 10 platform and tried to build the conda env with your yml file mentioned in the README, but returns an error like this:
How to fix this error, thanks for your time !!!
The text was updated successfully, but these errors were encountered: