diff options
author | msglm <msglm@techchud.xyz> | 2024-04-01 19:26:41 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2024-04-01 19:26:41 -0500 |
commit | 09f05e820846f339c74850b042dda08e2c88c557 (patch) | |
tree | b54a13d37b772ad517fbcbe89f0c2f46ad218f87 | |
parent | 34a1f7bf84de1a4b17e2a8185e9203296df7a825 (diff) | |
download | guix-msglm-09f05e820846f339c74850b042dda08e2c88c557.tar.gz guix-msglm-09f05e820846f339c74850b042dda08e2c88c557.tar.bz2 guix-msglm-09f05e820846f339c74850b042dda08e2c88c557.zip |
python-timm no longer has checks because taking too long
-rw-r--r-- | rclip.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -214,6 +214,7 @@ (list #:phases #~(modify-phases %standard-phases + (delete 'check) ;takes FOREVER for some reason (delete 'sanity-check ;Crashes; #TODO: fix this )))) (inputs (list python-huggingface-hub python-pyyaml |