google / inspiration_tree

Apache License 2.0
59 stars 10 forks source link

FIX: update obsolete torch requirements #22

Open akiyamasho opened 6 months ago

akiyamasho commented 6 months ago

This PR fixes #20 where installing requirements show an error ERROR: No matching distribution found for torch==1.7.1+cu110.

After updating the requirements, the tree generation now runs correctly:

スクリーンショット 2024-01-02 11 54 24

This has been tested on the following environment:

Operating System: Ubuntu 20.04.6 LTS
Kernel: Linux 5.15.0-1042-azure
Architecture: x86-64
NVIDIA-SMI Driver Version: 525.125.06
CUDA Version: 12.0
GPU: NVIDIA A100 80G

*Additional minor cleanup changes for .gitignore and README were also added.