Skip to content

Feat: DAH-1614 - gpu splitting - #41

Open
pyon12 wants to merge 6 commits into
mainfrom
feat/gpu-splictting
Open

Feat: DAH-1614 - gpu splitting#41
pyon12 wants to merge 6 commits into
mainfrom
feat/gpu-splictting

Conversation

@pyon12

@pyon12 pyon12 commented Nov 21, 2025

Copy link
Copy Markdown
Contributor
  • model updates:

    • ExecutorInfo:

      • add available_gpu_count
    • PodInfo:

      • add gpu_count

      • add price

  • command updates:

    • ls:

      • use available_gpu_count instead of gpu_count
    • ps:

      • use pod.gpu_count instead of executor.gpu_count for config display

      • use pod.price instead of executor.price_per_hour for pricing

    • rm:

      • use pod.price instead of executor.price_per_hour for cost calculations
    • up:

      • make --count required parameter

      • use available_gpu_count for executor filtering (>= comparison)

      • pass gpu_count to API when creating pods

      • use pod-specific gpu_count and price for display and calculations

  • auth updates:

    • use config.base_url instead of hardcoded https://lium.io/api URLs

@pyon12 pyon12 changed the title Feat: gpu splictting Feat: gpu splitting Nov 21, 2025
@pyon12 pyon12 changed the title Feat: gpu splitting Feat: DAH-1614 - gpu splitting Dec 8, 2025
      Id                                                  Config        GPU Splitting   $/GPU·h  Location                    VRAM (Gb)    RAM (Gb)    Disk (Gb)   Upload (Mbps)   Download (Mbps)  Ports
   1  ★ cosmic-comet-5a                                   1×A4000       —                  0.12  United States                      15        2052         9673             471               861  1714
   2    cosmic-matrix-65                                  4×A4000       Min GPUs: 2        0.12  United Kingdom                     15          84          400             525               337  1717

Tip: lium up <index> # e.g. lium up 1 command and add gpu splitting info
@pyon12
pyon12 force-pushed the feat/gpu-splictting branch from beda227 to 0053b3c Compare December 8, 2025 18:57
@slickroot

Copy link
Copy Markdown
Contributor

@pyon12 can you please remove the uv.lock

@arhangel66
arhangel66 removed their request for review March 11, 2026 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants