-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
1. Docker
$ docker run --gpus all -it --name torch_container --shm-size=32G nvcr.io/nvidia/pytorch:25.04-py3
# Install python3.9 python3.9-pip python3.9-venv
$ apt-get update
$ apt install software-properties-common
...2. python 3.9.* is mandatory
- Some packages are strictly available on
python3.9.*
3. Add two packages in the requirements.txt
huggingface-hub==0.25.2typeguard
# requirements.txt
huggingface-hub==0.25.2
typeguard
gradio
rm_anime_bg
...
- The lastest
huggingface-hubcached_downloaded is deprecated in the latesthuggingface-hub.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels