Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -16,6 +16,18 @@ datasets: []
|
|
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.
|
17 |
|
18 |
The image includes all required dependencies and configurations for Mamba-based speech enhancement research and other sequence modeling tasks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
---
|
21 |
|
|
|
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.
|
17 |
|
18 |
The image includes all required dependencies and configurations for Mamba-based speech enhancement research and other sequence modeling tasks.
|
19 |
+
|
20 |
+
> ⚠️ **Warning on Package Source**
|
21 |
+
>
|
22 |
+
> This Docker image installs `PyTorch`, `Mamba-SSM`, and `FlashAttention` from the [Jetson SBSA CUDA 12.8 index](https://pypi.jetson-ai-lab.dev/sbsa/cu128), which is a custom external package repository.
|
23 |
+
>
|
24 |
+
> While it enables compatibility with ARM64 + CUDA 12.8 setups, users should be aware that:
|
25 |
+
>
|
26 |
+
> - It is **not an official PyPI source**
|
27 |
+
> - Packages may have **undocumented patches or modifications**
|
28 |
+
> - There may be **potential security or reproducibility risks**
|
29 |
+
>
|
30 |
+
> Use with discretion, especially in sensitive or production-level environments.
|
31 |
|
32 |
---
|
33 |
|