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
NVIDIA RTX PRO 6000 Blackwell in Google Colab #colab
already testing it on squeezeformer
train in fp8
train in fp8
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
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
In the absence of a library for creating HE AAC files ( https://github.com/ittiam-systems/libxaac ), I created a Rust code base and extensions for Python:
Repo: https://github.com/RustedBytes/xaac-rs
How to use in Python: https://colab.research.google.com/drive/1jsMNIVK33jGuTA_-PfGKbvVuIP1txu1k?usp=sharing
#c #rust #audio
Repo: https://github.com/RustedBytes/xaac-rs
How to use in Python: https://colab.research.google.com/drive/1jsMNIVK33jGuTA_-PfGKbvVuIP1txu1k?usp=sharing
#c #rust #audio
GitHub
GitHub - ittiam-systems/libxaac: Extended HE AAC Encoder and Decoder. Contact: mob-audio@ittiam.com
Extended HE AAC Encoder and Decoder. Contact: mob-audio@ittiam.com - ittiam-systems/libxaac
Forwarded from Lobste.rs
LLVM Discussion Forums
[RFC] JSIR: A High-Level IR for JavaScript
This RFC introduces JSIR, a high-level IR for JavaScript: JSIR preserves all information from the AST and supports high-fidelity round-trip between source β AST β JSIR; JSIR uses MLIR regions to represent control flow structures; JSIR supports dataflowβ¦
https://github.com/dylan-sutton-chavez/edge-python
Discussion: https://discuss.python.org/t/building-a-python-compiler-in-rust-that-runs-faster-than-cpython-with-a-160kb-wasm-binary/106860
#rust #python
Discussion: https://discuss.python.org/t/building-a-python-compiler-in-rust-that-runs-faster-than-cpython-with-a-160kb-wasm-binary/106860
#rust #python
GitHub
GitHub - dylan-sutton-chavez/edge-python: Single-pass SSA bytecode compiler and threaded-code stack VM for a sandboxed Python subset:β¦
Single-pass SSA bytecode compiler and threaded-code stack VM for a sandboxed Python subset: NaN-boxed values, inline caching, super-instruction fusion, pure-function memoization, mark-sweep GC. Cov...
β€1π1π₯1