doing something
https://github.com/egorsmkv/read-video-rs-gst Solved this task by Gstreamer #rust
Re-solved it with segmentation and multi-core extraction of frames:
https://github.com/egorsmkv/read-video-rs
#rust #video
https://github.com/egorsmkv/read-video-rs
#rust #video
GitHub
GitHub - RustedBytes/extract-frames: Extract frames from MP4 file to PNGs with FPS=1
Extract frames from MP4 file to PNGs with FPS=1. Contribute to RustedBytes/extract-frames development by creating an account on GitHub.
https://crates.io/crates/skimtoken
> A lightweight, fast token count estimation library written in Rust with Python bindings.
#rust #llm
> A lightweight, fast token count estimation library written in Rust with Python bindings.
#rust #llm
Alex
https://www.cerebras.ai/blog/introducing-cerebras-code
Other coding models:
- CodeGemma
- Codestral
- Code LLaMA (there variants: Python, instruct, base)
- StarCoder
- DeepSeek Coder
- Mellum (Python, Kotline, Base)
- GLM 4.5
- CodeGeeX
- CodeGemma
- Codestral
- Code LLaMA (there variants: Python, instruct, base)
- StarCoder
- DeepSeek Coder
- Mellum (Python, Kotline, Base)
- GLM 4.5
- CodeGeeX
https://github.com/EricLBuehler/mistral.rs
Wanna try it to do local inference with Gemma models
Build with:
#rust
Wanna try it to do local inference with Gemma models
Build with:
MISTRALRS_METAL_PRECOMPILE=0 cargo build --release --features "metal accelerate"
#rust
doing something
https://github.com/EricLBuehler/mistral.rs Wanna try it to do local inference with Gemma models Build with: MISTRALRS_METAL_PRECOMPILE=0 cargo build --release --features "metal accelerate" #rust
It has Python bindings with useful things
https://github.com/EricLBuehler/mistral.rs/blob/master/examples/python/mcp_client.py
https://github.com/EricLBuehler/mistral.rs/blob/master/examples/python/mcp_client.py