This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pipeline: | |
name: CenKreChro | |
path: Tiwaz/CenKreChro | |
dtype: torch.bfloat16 | |
eval: | |
num_steps: 25 | |
guidance_scale: 1 | |
protocol: fmeuler{num_steps}-g{guidance_scale} | |
num_samples: 256 # Added: balanced quality/time for A40 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# DeepCompressor Auto-Install Script (No Conda) | |
# For RunPod A40 with PyTorch 2.8.0 | |
# | |
# Usage: bash install_deepcompressor_no_conda.sh | |
# | |
set -e # Exit on error |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHpDC+0R6DzA/QbsQ3d6CyHTcBAbDrTJR4WyS0/yjsOt0xfRmGegQgxihu+jAxzGQBwuhbZJ4tRkvoEGxNEkggjp7cATChrEZBpGhdmQqGwvKPS1M3Sa8iDhXyojBWDI+y3tWyToyrzxOsgmvOhIhSOfJkhdCJH0EoEbURKL5fGE6hm2SMRRNu9lr7QX5cKf/8OMk4OKSJwPXmVulo9TPVE5P8fB3vah5SrFJ96W0IBMFMRSwSgBkVHofl8fSHG6eVt+1vNgslTIkf2wToFHYF+bAbOWeUPGpPDMejWWnZRmeze5vSja1o2S/eYhWeJtZwxR+SwAYpQYHhn2kts8+hNUfr+y2b3DoyFJh6adOIK4V4vU7SzVS+dW6YsdEluTsV/GMzqqspl1bCv2QrObT9Lg50xEc4qN9FW1GwbvKLtEF3ac1hnmlD788K/qIhxhr0PBzuhmn6bwq5fU8nosPDqM6Efii6qvZLkpSbNiPiiuua8ztXfNxTGNDrn8jzTsc= spooknik |