Spaces:
Sleeping
Sleeping
File size: 1,306 Bytes
9de1f53 bf3901f 9de1f53 dba424d 9de1f53 718776a 9de1f53 718776a 9de1f53 b57c33d 9de1f53 b57c33d 9de1f53 b57c33d 718776a 9de1f53 deb4f30 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
########################################################## # TORCH + TORCH GEOMETRIC (CPU BUILD) ########################################################## # Install torch (CPU version) -f https://download.pytorch.org/whl/cpu torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 # Install PyTorch Geometric dependencies (CPU wheels) -f https://data.pyg.org/whl/torch-2.3.1+cpu.html torch-scatter==2.1.2 torch-sparse==0.6.18 torch-cluster==1.6.3 torch-spline-conv==1.2.2 # Main PyTorch Geometric library torch-geometric==2.6.0 ########################################################## # RESET TO DEFAULT PYPI INDEX FOR REMAINING PACKAGES ########################################################## --index-url https://pypi.org/simple # PyTorch ecosystem pytorch-lightning>=2.0.0 torchmetrics>=0.11.0 # Data processing numpy>=1.21.0 pandas>=1.5.0 # Music processing partitura>=1.4.0 music21>=8.0.0 # Gradio and Hugging Face Spaces gradio>=4.0.0 # Experiment tracking wandb>=0.13.0 # PDF rendering and image processing reportlab>=4.0.0 pdf2image>=1.16.0 Pillow>=9.0.0 # ML utilities scikit-learn>=1.1.0 tqdm>=4.64.0 # Graph music representation library (required by AnalysisGNN) git+https://github.com/manoskary/graphmuse.git # Install AnalysisGNN git+https://github.com/manoskary/analysisgnn.git |