From 320a26c7193b888331ea1b94416d2eac6aff53ac Mon Sep 17 00:00:00 2001 From: benliang99 Date: Mon, 30 Sep 2024 20:25:27 -0400 Subject: [PATCH 1/2] Updated min compute in anticipation of FLUX and LLM moderation additions. --- min_compute.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/min_compute.yml b/min_compute.yml index b960e93..6dad8d9 100644 --- a/min_compute.yml +++ b/min_compute.yml @@ -57,17 +57,20 @@ compute_spec: gpu: required: True # Does the application require a GPU? - min_vram: 24 # Minimum GPU VRAM (GB) - recommended_vram: 24 # Recommended GPU VRAM (GB) - min_compute_capability: 6.0 # Minimum CUDA compute capability - recommended_compute_capability: 7.0 # Recommended CUDA compute capability - recommended_gpu: "NVIDIA RTX 4090" # provide a recommended GPU to purchase/rent + min_vram: 33 # Minimum GPU VRAM (GB) + recommended_vram: 48 # Recommended GPU VRAM (GB) + min_compute_capability: 8.6 # Minimum CUDA compute capability + recommended_compute_capability: 8.6 # Recommended CUDA compute capability + recommended_gpu: "NVIDIA A40" # Recommended GPU to purchase/rent + peak_fp16_tensor_tflops: # Peak FP16 tensor TFLOPS (with FP16 accumulate) + min: 149.7 + max: 299.4 memory: min_ram: 32 # Minimum RAM (GB) min_swap: 4 # Minimum swap space (GB) recommended_swap: 8 # Recommended swap space (GB) - ram_type: "DDR4" # RAM type (e.g., DDR4, DDR3, etc.) + ram_type: "DDR6" # RAM type (e.g., DDR4, DDR3, etc.) storage: min_space: 300 # Minimum free storage space (GB) From d2741de247a98978d9ffcaf551979c35ba51c919 Mon Sep 17 00:00:00 2001 From: benliang99 Date: Mon, 30 Sep 2024 20:31:21 -0400 Subject: [PATCH 2/2] Fixed typo, organized .env format. --- setup_miner_env.sh | 2 +- setup_validator_env.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup_miner_env.sh b/setup_miner_env.sh index e8727f7..8aed5f4 100755 --- a/setup_miner_env.sh +++ b/setup_miner_env.sh @@ -17,9 +17,9 @@ echo "# Default options: DETECTOR=CAMO # Options: CAMO, UCF, NPR DETECTOR_CONFIG=camo.yaml # Configurations: camo.yaml, ucf.yaml, npr.yaml DEVICE=cpu # Options: cpu, cuda -NETUID=34 # Network User ID options: 34, 168 # Subtensor Network Configuration: +NETUID=34 # Network User ID options: 34, 168 SUBTENSOR_NETWORK=finney # Networks: finney, test, local SUBTENSOR_CHAIN_ENDPOINT=wss://entrypoint-finney.opentensor.ai:443 # Endpoints: diff --git a/setup_validator_env.sh b/setup_validator_env.sh index 72e3877..1dc8191 100755 --- a/setup_validator_env.sh +++ b/setup_validator_env.sh @@ -8,12 +8,12 @@ sudo apt install npm -y sudo npm install pm2@latest -g pip install -e . -pip install -r requirements-validator.sh +pip install -r requirements-validator.txt echo "# Default options: -NETUID=34 # Network User ID options: 34, 168 # Subtensor Network Configuration: +NETUID=34 # Network User ID options: 34, 168 SUBTENSOR_NETWORK=finney # Networks: finney, test, local SUBTENSOR_CHAIN_ENDPOINT=wss://entrypoint-finney.opentensor.ai:443 # Endpoints: