summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortechchud <protrude_paying969@simplelogin.com>2025-08-17 19:24:03 -0500
committertechchud <protrude_paying969@simplelogin.com>2025-08-17 19:24:03 -0500
commitdd9019ac3ac4ff521c448c16fce6bd095f44dd05 (patch)
treef8122e7286c3158fc77c60639b879ab2b90fdd5a
parenta0f8f1de287ca1b9408ef59eea7c166deb6b40bd (diff)
downloadguix-techchud-dd9019ac3ac4ff521c448c16fce6bd095f44dd05.tar.gz
guix-techchud-dd9019ac3ac4ff521c448c16fce6bd095f44dd05.tar.bz2
guix-techchud-dd9019ac3ac4ff521c448c16fce6bd095f44dd05.zip
remove rocm
-rw-r--r--machinelearning.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/machinelearning.scm b/machinelearning.scm
index 412f4b7..6710bbf 100644
--- a/machinelearning.scm
+++ b/machinelearning.scm
@@ -1,8 +1,5 @@
(define-module (machinelearning)
#:use-module ((guix licenses) :prefix license:)
- #:use-module (amd packages rocm-base)
- #:use-module (amd packages rocm-hip)
- #:use-module (amd packages rocm-libs)
#:use-module (gnu packages base)
#:use-module (gnu packages bash)
#:use-module (gnu packages check)