summaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2026-04-18 21:34:11 -0400
committerVineet Kumar <git@vineetk.net>2026-04-18 21:34:11 -0400
commit8f571ee51854540d186aafc01d25908bba5ea09e (patch)
tree951e0d2e9d3eb297c654fd7a0ceb5f999482af89 /manifest.scm
initial commit
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm13
1 files changed, 13 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..38c3cdf
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,13 @@
1(module-define!
2 (resolve-module '(guix-rocm packages rocm-base))
3 '%amdgpu-targets
4 (lambda ()
5 "gfx1100"))
6
7(specifications->manifest
8 (list "python"
9 "python-flask"
10 "python-pytorch-rocm"
11 "python-torchvision-rocm"
12 "rocminfo"
13 "rocm-smi"))