- 3D Gaussian Splatting (3DGS)
- Self-Organizing Gaussians (SOGS)
- Gaussian Splat Coding(GSC) - MPEG
- 2025/10/23 GPU Compression & KTX
| # /// script | |
| # requires-python = ">=3.11,<3.12" | |
| # dependencies = [ | |
| # "distilabel[hf-transformers, hf-inference-endpoints]", | |
| # ] | |
| # /// | |
| from distilabel.models import InferenceEndpointsLLM | |
| from distilabel.pipeline import InstructionResponsePipeline | |
| repo_id = "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B" |