diff options
author | msglm <msglm@techchud.xyz> | 2025-01-12 17:23:49 -0600 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2025-01-12 17:23:49 -0600 |
commit | f1e530cf8af50cde6731bad5b379a08a4dc3d1c4 (patch) | |
tree | f8122e7286c3158fc77c60639b879ab2b90fdd5a | |
parent | 73cecb47591ad4c00ed7b6fbbcd348297a175929 (diff) | |
download | guix-msglm-f1e530cf8af50cde6731bad5b379a08a4dc3d1c4.tar.gz guix-msglm-f1e530cf8af50cde6731bad5b379a08a4dc3d1c4.tar.bz2 guix-msglm-f1e530cf8af50cde6731bad5b379a08a4dc3d1c4.zip |
remove rocm
-rw-r--r-- | machinelearning.scm | 3 |
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) |