veomni-uv-update

Update uv, torch, and related dependencies across VeOmni configuration files and Docker images.

2.1k|247|Updated Mar 28, 2025
One-click install
npx skills add https://github.com/ByteDance-Seed/VeOmni --skill veomni-uv-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: veomni-uv-update
Source: https://github.com/ByteDance-Seed/VeOmni/tree/main/.agents/skills/veomni-uv-update
Command: npx skills add https://github.com/ByteDance-Seed/VeOmni --skill veomni-uv-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of updating dependencies and configuration files related to uv management in VeOmni, reducing manual effort and errors during version bumps and dependency synchronization.

Core Features & Use Cases

  • Dependency Updates: Automates bumping uv version, dependencies, or torch/CUDA stacks across multiple configuration files.
  • Environment Synchronization: Regenerates lockfiles and ensures consistency across pyproject.toml, Dockerfiles, and related resources.
  • Use Case: When upgrading the torch version for GPU support, this Skill updates all relevant pinned versions and rebuilds lockfiles to prepare for deployment.

Quick Start

Use the uv-update skill to update the torch to version 2.0.0 across all configuration files and regenerate the lockfile.

Frequently Asked Questions about veomni-uv-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update torch and CUDA versions across multiple configuration files?

This Skill automates version bumps for the torch and CUDA stack across multiple configuration files like pyproject.toml and Dockerfiles, ensuring all pinned dependencies remain consistent and minimizing manual synchronization errors.

What is the best way to regenerate lockfiles after a uv dependency update?

Regenerating lockfiles after a uv dependency update is handled by the Skill's environment synchronization feature, which automatically rebuilds lockfiles to ensure consistency across configuration files and Docker images before deployment.

Can I synchronize uv and transformers version updates for VeOmni deployment?

Yes, you can synchronize uv and transformers version updates for VeOmni deployment. The Skill facilitates dependency updates for these packages across configuration files and ensures environment consistency for deployment readiness.

Does this dependency management approach support updating Docker images?

Yes, this dependency management approach supports updating Docker images. It facilitates version updates for related packages across both configuration files and Docker images to ensure full environment consistency.

Why do I need a dedicated Skill for dependency version bumps in VeOmni?

You need a dedicated Skill for dependency version bumps to reduce the manual effort and errors inherent in updating pinned versions across multiple files and regenerating lockfiles during environment upgrades.