We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
platform: linux user: was python:3.10.8 python -m venv venv source ./venv/bin/activate export CUDA_HOME="/usr/local/cuda-12.1" pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/cu121 pip install numpy pip install ninja pip install diffusers==0.27.2 pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu121/torch2.3.1/index.html pip install -r requirements.txt all is success run: python app/gradio_local.py --port 7860, it throw this exception, could you help me?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
platform: linux
user: was
python:3.10.8
python -m venv venv
source ./venv/bin/activate
export CUDA_HOME="/usr/local/cuda-12.1"
pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/cu121
pip install numpy
pip install ninja
pip install diffusers==0.27.2
pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu121/torch2.3.1/index.html
pip install -r requirements.txt
all is success
run: python app/gradio_local.py --port 7860,
it throw this exception, could you help me?
The text was updated successfully, but these errors were encountered: