doing something
709 subscribers
906 photos
36 videos
36 files
1.93K links
@smlkw doing something, just my notes to keep updates
Download Telegram
NVIDIA RTX PRO 6000 Blackwell in Google Colab

#colab
🀯4
doing something
https://crates.io/crates/conda-express #rust #ml
curl -fsSL https://jezdez.github.io/conda-express/get-cx.sh | sh
export PATH="$PATH:~/.local/bin/"


cx bootstrap
cx create -n test python=3.14 numpy
cx shell test
conda install pytorch-gpu -c conda-forge
doing something
already testing it on squeezeformer train in fp8
Checkpoints: https://huggingface.co/speech-uk/squeezeformer-fp8-sm

Source code: https://github.com/BitingSnakes/squeezeformer-ukrainian

Params: 30M

Quality: 80% (greedy decoder)

Optimizer: mixed Muon + AdamW

Max input: ~3m20s audio in one pass

GPU: H100 in Google Colab
Time: around 3 hours

Dataset: Common Voice v22 (https://huggingface.co/datasets/speech-uk/cv22)
Dtype: FP8

PnC saved (SentencePiece for 128 size).

#asr #ml
😁7