Commit 6141a38
Release 3.0.4 (#206)
* V3 (#187)
* V3
* removing v2 ci pipeline
* removing outdated .gitmodules
* keeping the noise that sample size of 50 and slight decay of .5 in EMA provides to avoid having any one model completely dominate the subnet.
* release 2.2.6 datasets, models, and lora support (#188)
* deprecate stable-diffusion-inpainting
* .env templates
* V3/RGB (#191)
* bgr images --> rgb images
* proper BGR -> RGB conversion
* eradicate all usage of bgr in image challenge flow
* extract frames as rgb
* skip extraneous rgb conversion
* fix deeperforesnics consistency
* v2 frame sampling parity + eidon mp4 fix
* missing import
* handling improper reporting of fps in wembs
* correct content-type on miner side
* max_fpx setting
* improved video metadata extraction
* cleaning up ffprobe options
* fixing first frame rotation edge case
* i2i fix
---------
Co-authored-by: Dylan Uys <dylan@bitmind.ai>
* V3 frame extraction (#192)
* bgr images --> rgb images
* proper BGR -> RGB conversion
* eradicate all usage of bgr in image challenge flow
* extract frames as rgb
* skip extraneous rgb conversion
* fix deeperforesnics consistency
* v2 frame sampling parity + eidon mp4 fix
* missing import
* handling improper reporting of fps in wembs
* correct content-type on miner side
* max_fpx setting
* improved video metadata extraction
* cleaning up ffprobe options
* fixing first frame rotation edge case
* i2i fix
* frame extraction
---------
Co-authored-by: Dylan Uys <dylan@bitmind.ai>
* setup.sh
* removing wandb log call from generator
* V3/2.2.9 (#189)
* mugshot dataset
* black
* i2v support and fixed prompt motion enhancement
* gen pipeline updates for i2v
* fixing prompt indexing
* properly handling new prompt dictionary key (task type)
* V3/2.2.11 (#190)
* mugshot dataset
* black
* i2v support and fixed prompt motion enhancement
* gen pipeline updates for i2v
* prompt sanitation + i2v model
* more retries for prompt sanitation
* fixing truthy tuple assertion
* Update min_compute.yml
* fixing setup script name in docs
* correct script name
* updated requirements.txt with bittensor-cli
* removing wandb.off
* import cleanup
* miner substrate thread restart + vali autoupdate test
* temporary v3 branch set to test autoudpate
* autoupdate update
* lower frequency of audoupdate check
* autoudpate test
* check autoupdate at setp 0
* typo
* autoupdate test
* dont set weights immediately at startup in case of many restarts
* Pyproject toml (#193)
* pyproject setup
* executable setup.sh
* autoupdate test
* resetting version after autoupdate tests
* Add Hugging Face model access instructions to validator docs; improve logging and fix LLM device mapping for multi-GPU
- Added section to Validating.md with instructions for gaining access to required Hugging Face models (FLUX.1-dev, DeepFloyd IF).
- Added logging of generation arguments in generation_pipeline.py.
- Fix LLM loading for multi-GPU in prompt_generator.py: use device_map and remove .to(self.device) for quantized models.
Quantized LLMs must use device_map for correct device placement; calling .to(self.device) causes device mismatch errors. Parse GPU ID from device string for device_map assignment.
* fixing image_samples check for i2i
* hf_xet requirement
* wandb autorestart
* Fix: raise error if image is None for i2i/i2v tasks and ensure image is converted from array
* fixing wandb autorestart
* error log
* Update setup.sh to install Node.js 20.x LTS from NodeSource for pm2 compatibility; add doc note for existing validators' Hugging Face access
* external port for proxy cuz tensordock rugged us (#196)
* incentive doc
* Typo
* proxy updates
* v2 parity encoding (#197)
* final autoupdate test
* reset version
---------
Co-authored-by: Benjamin S Liang <caliangben@gmail.com>
Co-authored-by: Dylan Uys <dylan@bitmind.ai>
* autoupdate set to main
* testing autoupdate on testnet
* autoupdate enabled by default
* autoudpate testnet
* pointing autoupdate at main by default
* removing extra state load command
* setting back to 360 epoch length
* burn for initial v3 release rampup
* debug log typo
* fixed merge to testnet
* Max Frames and Timeout (#203)
* fixing wandb cache clean paths (#202)
* max frames configuration
* fn header update
* slight increase to timeout
* adding extra metadata to testnet requests for miners (#201)
* remove max size arg
* Testnet Metadata (#204)
* adding extra metadata to testnet requests for miners
* adding label and mediatype to testnet metadata
* Log Augmentation Parameters (#205)
* log augmentation params
* braindead typo
* bump verison
---------
Co-authored-by: Benjamin S Liang <caliangben@gmail.com>
Co-authored-by: Dylan Uys <dylan@bitmind.ai>1 parent bd7c4e2 commit 6141a38
File tree
7 files changed
+60
-11
lines changed- bitmind
- cache/sampler
- neurons
7 files changed
+60
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
| |||
94 | 97 | | |
95 | 98 | | |
96 | 99 | | |
| 100 | + | |
97 | 101 | | |
98 | 102 | | |
| 103 | + | |
| 104 | + | |
99 | 105 | | |
100 | 106 | | |
101 | 107 | | |
| |||
155 | 161 | | |
156 | 162 | | |
157 | 163 | | |
| 164 | + | |
158 | 165 | | |
159 | 166 | | |
160 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
303 | 310 | | |
304 | 311 | | |
305 | 312 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
133 | | - | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
135 | 146 | | |
136 | 147 | | |
137 | 148 | | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
| 149 | + | |
143 | 150 | | |
144 | 151 | | |
145 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
143 | 153 | | |
144 | 154 | | |
145 | 155 | | |
| |||
189 | 199 | | |
190 | 200 | | |
191 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
192 | 206 | | |
193 | 207 | | |
194 | 208 | | |
| |||
213 | 227 | | |
214 | 228 | | |
215 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
216 | 235 | | |
217 | 236 | | |
218 | 237 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
221 | 226 | | |
222 | 227 | | |
223 | 228 | | |
| |||
357 | 362 | | |
358 | 363 | | |
359 | 364 | | |
| 365 | + | |
360 | 366 | | |
361 | 367 | | |
362 | 368 | | |
| |||
396 | 402 | | |
397 | 403 | | |
398 | 404 | | |
399 | | - | |
| 405 | + | |
400 | 406 | | |
401 | 407 | | |
402 | 408 | | |
| |||
407 | 413 | | |
408 | 414 | | |
409 | 415 | | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
410 | 419 | | |
411 | 420 | | |
412 | 421 | | |
| |||
0 commit comments