m4k1-dev commited on
Commit ·
6bab4cf
1
Parent(s): f903384
update readme
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Container Template for SoundsRight Subnet Miners
|
| 2 |
|
| 3 |
-
Miners in [Bittensor's](https://bittensor.com/) [SoundsRight Subnet](https://github.com/synapsec-ai/
|
| 4 |
|
| 5 |
The branches `DENOISING_16000HZ` and `DEREVERBERATION_16000HZ` contain this template fitted with [SGMSE+](https://huggingface.co/sp-uhh/speech-enhancement-sgmse) and are also helpful resources for how to incorporate your model.
|
| 6 |
|
|
@@ -25,4 +25,5 @@ For your model to be processed by validators, there are a few formatting require
|
|
| 25 |
|
| 26 |
1. API endpoints must as outlined above.
|
| 27 |
2. Port must be 6500.
|
| 28 |
-
3. Container must be configured to run as non-root user.
|
|
|
|
|
|
| 1 |
# Container Template for SoundsRight Subnet Miners
|
| 2 |
|
| 3 |
+
Miners in [Bittensor's](https://bittensor.com/) [SoundsRight Subnet](https://github.com/synapsec-ai/soundsright-subnet) must containerize their models before uploading to HuggingFace. This repo serves as a template.
|
| 4 |
|
| 5 |
The branches `DENOISING_16000HZ` and `DEREVERBERATION_16000HZ` contain this template fitted with [SGMSE+](https://huggingface.co/sp-uhh/speech-enhancement-sgmse) and are also helpful resources for how to incorporate your model.
|
| 6 |
|
|
|
|
| 25 |
|
| 26 |
1. API endpoints must as outlined above.
|
| 27 |
2. Port must be 6500.
|
| 28 |
+
3. Container must be configured to run as non-root user.
|
| 29 |
+
4. Container is not reliant on having network access to function as intended.
|