Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# GH200 SEMamba Docker Image
|
2 |
|
3 |
This Docker image provides a pre-configured development environment for running [SEMamba](https://github.com/RoyChao19477/SEMamba), a mamba-based speech enhancement model, on NVIDIA GH200 hardware. It was created to save time and ensure reproducibility for ARM64/aarch64 CUDA 12.8 setups.
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- docker
|
4 |
+
- arm64
|
5 |
+
- gh200
|
6 |
+
- cuda
|
7 |
+
- mamba
|
8 |
+
- pytorch
|
9 |
+
license: mit
|
10 |
+
library_name: docker
|
11 |
+
datasets: []
|
12 |
+
---
|
13 |
+
|
14 |
# GH200 SEMamba Docker Image
|
15 |
|
16 |
This Docker image provides a pre-configured development environment for running [SEMamba](https://github.com/RoyChao19477/SEMamba), a mamba-based speech enhancement model, on NVIDIA GH200 hardware. It was created to save time and ensure reproducibility for ARM64/aarch64 CUDA 12.8 setups.
|