terradev-cli 3.7.3__tar.gz → 3.7.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/PKG-INFO +7 -30
  2. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/README.md +6 -29
  3. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/setup.py +1 -1
  4. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/terradev_cli/cli.py +2 -2
  5. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/terradev_cli.egg-info/PKG-INFO +7 -30
  6. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/__init__.py +0 -0
  7. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/async_config.py +0 -0
  8. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/auth.py +0 -0
  9. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/checkpoint_manager.py +0 -0
  10. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/config.py +0 -0
  11. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/cost_scaler.py +0 -0
  12. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/cost_tracker.py +0 -0
  13. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/cuda_graph_integrator.py +0 -0
  14. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/dag_executor.py +0 -0
  15. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/data_governance.py +0 -0
  16. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/dataset_stager.py +0 -0
  17. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/deployment_router.py +0 -0
  18. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/drift_detector.py +0 -0
  19. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/egress_optimizer.py +0 -0
  20. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/gitops_manager.py +0 -0
  21. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/gpu_topology.py +0 -0
  22. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/helm_generator.py +0 -0
  23. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/helm_generator_old.py +0 -0
  24. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/hf_cli_integration.py +0 -0
  25. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/hf_smart_templates.py +0 -0
  26. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/hf_spaces.py +0 -0
  27. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/inference_router.py +0 -0
  28. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/job_state_manager.py +0 -0
  29. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/manifest_cache.py +0 -0
  30. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/model_orchestrator.py +0 -0
  31. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/optimization_config.py +0 -0
  32. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/parallel_provisioner.py +0 -0
  33. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/preflight_validator.py +0 -0
  34. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/price_discovery.py +0 -0
  35. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/price_discovery_mock.py +0 -0
  36. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/price_intelligence.py +0 -0
  37. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/quick_start.py +0 -0
  38. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/rate_limiter.py +0 -0
  39. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/semantic_router.py +0 -0
  40. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/semantic_signals/__init__.py +0 -0
  41. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/semantic_signals/base_signal.py +0 -0
  42. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/semantic_signals/complexity_signal.py +0 -0
  43. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/semantic_signals/domain_signal.py +0 -0
  44. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/semantic_signals/keyword_signal.py +0 -0
  45. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/semantic_signals/language_signal.py +0 -0
  46. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/semantic_signals/modality_signal.py +0 -0
  47. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/semantic_signals/orchestrator.py +0 -0
  48. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/semantic_signals/safety_signal.py +0 -0
  49. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/session_manager.py +0 -0
  50. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/ssh_key_manager.py +0 -0
  51. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/stripe_manager.py +0 -0
  52. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/telemetry.py +0 -0
  53. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/telemetry_backup.py +0 -0
  54. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/terradev_engine.py +0 -0
  55. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/tier_manager.py +0 -0
  56. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/trace_viewer.py +0 -0
  57. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/training_monitor.py +0 -0
  58. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/training_orchestrator.py +0 -0
  59. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/core/warm_pool_manager.py +0 -0
  60. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/integrations/__init__.py +0 -0
  61. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/integrations/datadog_integration.py +0 -0
  62. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/integrations/prometheus_integration.py +0 -0
  63. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/integrations/wandb_integration.py +0 -0
  64. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/__init__.py +0 -0
  65. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/dvc_service.py +0 -0
  66. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/guardrails_service.py +0 -0
  67. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/huggingface_service.py +0 -0
  68. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/kserve_service.py +0 -0
  69. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/kubernetes_enhanced.py +0 -0
  70. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/kubernetes_enhanced_fixed.py +0 -0
  71. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/kubernetes_service.py +0 -0
  72. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/langchain_service.py +0 -0
  73. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/langgraph_service.py +0 -0
  74. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/langsmith_service.py +0 -0
  75. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/lmcache_service.py +0 -0
  76. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/mlflow_service.py +0 -0
  77. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/ollama_service.py +0 -0
  78. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/phoenix_service.py +0 -0
  79. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/qdrant_service.py +0 -0
  80. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/ray_enhanced.py +0 -0
  81. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/ray_service.py +0 -0
  82. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/sglang_service.py +0 -0
  83. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/vllm_service.py +0 -0
  84. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/wandb_enhanced.py +0 -0
  85. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/ml_services/wandb_service.py +0 -0
  86. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/optimization/__init__.py +0 -0
  87. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/optimization/auto_optimizer.py +0 -0
  88. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/optimization/cuco_optimizer.py +0 -0
  89. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/__init__.py +0 -0
  90. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/alibaba_provider.py +0 -0
  91. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/aws_provider.py +0 -0
  92. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/azure_provider.py +0 -0
  93. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/base_provider.py +0 -0
  94. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/baseten_provider.py +0 -0
  95. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/coreweave_provider.py +0 -0
  96. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/crusoe_provider.py +0 -0
  97. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/demo_mode.py +0 -0
  98. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/digitalocean_provider.py +0 -0
  99. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/fluidstack_provider.py +0 -0
  100. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/gcp_provider.py +0 -0
  101. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/hetzner_provider.py +0 -0
  102. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/huggingface_provider.py +0 -0
  103. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/hyperstack_provider.py +0 -0
  104. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/inferx_provider.py +0 -0
  105. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/lambda_labs_provider.py +0 -0
  106. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/oracle_provider.py +0 -0
  107. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/ovhcloud_provider.py +0 -0
  108. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/provider_factory.py +0 -0
  109. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/real_pricing.py +0 -0
  110. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/runpod_provider.py +0 -0
  111. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/siliconflow_provider.py +0 -0
  112. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/tensordock_provider.py +0 -0
  113. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/providers/vastai_provider.py +0 -0
  114. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/setup.cfg +0 -0
  115. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/terradev_cli/__init__.py +0 -0
  116. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/terradev_cli.egg-info/SOURCES.txt +0 -0
  117. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/terradev_cli.egg-info/dependency_links.txt +0 -0
  118. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/terradev_cli.egg-info/entry_points.txt +0 -0
  119. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/terradev_cli.egg-info/not-zip-safe +0 -0
  120. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/terradev_cli.egg-info/requires.txt +0 -0
  121. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/terradev_cli.egg-info/top_level.txt +0 -0
  122. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/utils/__init__.py +0 -0
  123. {terradev_cli-3.7.3 → terradev_cli-3.7.4}/utils/formatters.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: terradev-cli
3
- Version: 3.7.3
3
+ Version: 3.7.4
4
4
  Summary: NUMA-aware GPU provisioning and orchestration for stateless MoE workloads of all sizes
5
5
  Home-page: https://github.com/theoddden/terradev
6
6
  Author: Terradev Team
@@ -49,40 +49,17 @@ Dynamic: requires-dist
49
49
  Dynamic: requires-python
50
50
  Dynamic: summary
51
51
 
52
- # Terradev CLI v3.7.3 - Enterprise GPU Infrastructure
52
+ # Terradev CLI v3.7.4
53
53
 
54
- **Enterprise-grade GPU provisioning and orchestration with adaptive scaling for 500+ concurrent users**
54
+ **NUMA-aware GPU provisioning and orchestration for stateless MoE workloads of all sizes**
55
55
 
56
- Terradev is a cross-cloud compute-provisioning CLI that compresses + stages datasets, provisions optimal instances + nodes, and deploys **3-5x faster** than sequential provisioning with enterprise-grade scalability.
56
+ ![Terradev Demo](demo/terradev-demo.gif)
57
57
 
58
- ## What's New in v3.7.3
59
-
60
- ### 🚀 Enterprise Scaling Features
61
-
62
- **Adaptive Concurrency Control**: Automatically scales from 6 to 50 concurrent provisions based on load, supporting 500+ concurrent users with 10x throughput improvement.
63
-
64
- **Priority-Based Model Queuing**: Heap-based priority queues replace linear lists, enabling O(log n) operations for 1000+ models with 100x faster queue processing.
65
-
66
- **Connection Pooling**: Reused HTTP connections across provider APIs reduce overhead by 80% for high-frequency operations.
67
-
68
- **Lazy Tool Loading**: MCP server loads tools on-demand, reducing memory footprint by 50% for enterprise deployments.
58
+ Terradev is a cross-cloud compute-provisioning CLI that compresses + stages datasets, provisions optimal instances + nodes, and deploys **3-5x faster** than sequential provisioning.
69
59
 
70
- **Async Configuration I/O**: Non-blocking configuration operations with TTL-based caching eliminate file I/O bottlenecks.
71
-
72
- **Performance Improvements**:
73
- - **10x** concurrent user capacity (50 → 500+ users)
74
- - **8x** parallel provisioning throughput
75
- - **50%** memory usage reduction
76
- - **100x** model queue performance at scale
77
- - **Non-blocking** configuration operations
78
-
79
- ```bash
80
- # Enterprise-scale provisioning with adaptive concurrency
81
- terradev provision -g H100 -n 50 --parallel 25 # Automatically scales to 25 concurrent
60
+ ## What's New in v3.7.3
82
61
 
83
- # Priority-based model management
84
- terradev ml warm-pool --configure --strategy priority_based --max-warm-models 100
85
- ```
62
+ Performance and scalability improvements for enterprise deployments.
86
63
 
87
64
  ### CUDA Graph Optimization with NUMA Awareness
88
65
 
@@ -1,37 +1,14 @@
1
- # Terradev CLI v3.7.3 - Enterprise GPU Infrastructure
1
+ # Terradev CLI v3.7.4
2
2
 
3
- **Enterprise-grade GPU provisioning and orchestration with adaptive scaling for 500+ concurrent users**
3
+ **NUMA-aware GPU provisioning and orchestration for stateless MoE workloads of all sizes**
4
4
 
5
- Terradev is a cross-cloud compute-provisioning CLI that compresses + stages datasets, provisions optimal instances + nodes, and deploys **3-5x faster** than sequential provisioning with enterprise-grade scalability.
5
+ ![Terradev Demo](demo/terradev-demo.gif)
6
6
 
7
- ## What's New in v3.7.3
8
-
9
- ### 🚀 Enterprise Scaling Features
10
-
11
- **Adaptive Concurrency Control**: Automatically scales from 6 to 50 concurrent provisions based on load, supporting 500+ concurrent users with 10x throughput improvement.
12
-
13
- **Priority-Based Model Queuing**: Heap-based priority queues replace linear lists, enabling O(log n) operations for 1000+ models with 100x faster queue processing.
14
-
15
- **Connection Pooling**: Reused HTTP connections across provider APIs reduce overhead by 80% for high-frequency operations.
16
-
17
- **Lazy Tool Loading**: MCP server loads tools on-demand, reducing memory footprint by 50% for enterprise deployments.
7
+ Terradev is a cross-cloud compute-provisioning CLI that compresses + stages datasets, provisions optimal instances + nodes, and deploys **3-5x faster** than sequential provisioning.
18
8
 
19
- **Async Configuration I/O**: Non-blocking configuration operations with TTL-based caching eliminate file I/O bottlenecks.
20
-
21
- **Performance Improvements**:
22
- - **10x** concurrent user capacity (50 → 500+ users)
23
- - **8x** parallel provisioning throughput
24
- - **50%** memory usage reduction
25
- - **100x** model queue performance at scale
26
- - **Non-blocking** configuration operations
27
-
28
- ```bash
29
- # Enterprise-scale provisioning with adaptive concurrency
30
- terradev provision -g H100 -n 50 --parallel 25 # Automatically scales to 25 concurrent
9
+ ## What's New in v3.7.3
31
10
 
32
- # Priority-based model management
33
- terradev ml warm-pool --configure --strategy priority_based --max-warm-models 100
34
- ```
11
+ Performance and scalability improvements for enterprise deployments.
35
12
 
36
13
  ### CUDA Graph Optimization with NUMA Awareness
37
14
 
@@ -12,7 +12,7 @@ long_description = readme_file.read_text() if readme_file.exists() else ""
12
12
 
13
13
  setup(
14
14
  name="terradev-cli",
15
- version="3.7.3",
15
+ version="3.7.4",
16
16
  author="Terradev Team",
17
17
  author_email="team@terradev.com",
18
18
  description="NUMA-aware GPU provisioning and orchestration for stateless MoE workloads of all sizes",
@@ -672,7 +672,7 @@ def run_interactive_onboarding(api: TerradevAPI):
672
672
  'name': 'AWS',
673
673
  'key_name': 'Access Key ID',
674
674
  'help': 'Get from: AWS IAM console → Users → Security credentials',
675
- 'example': 'AKIAIOSFODNN7EXAMPLE',
675
+ 'example': 'AKIAEXAMPLEKEY123456',
676
676
  'env_var': 'AWS_ACCESS_KEY_ID',
677
677
  'why': 'Enterprise cloud, reliable on-demand instances'
678
678
  },
@@ -1187,7 +1187,7 @@ def configure(provider):
1187
1187
  'name': 'AWS',
1188
1188
  'key_name': 'Access Key ID',
1189
1189
  'help': 'Get from: AWS IAM console',
1190
- 'example': 'AKIAIOSFODNN7EXAMPLE'
1190
+ 'example': 'AKIAEXAMPLEKEY123456'
1191
1191
  },
1192
1192
  'gcp': {
1193
1193
  'name': 'Google Cloud',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: terradev-cli
3
- Version: 3.7.3
3
+ Version: 3.7.4
4
4
  Summary: NUMA-aware GPU provisioning and orchestration for stateless MoE workloads of all sizes
5
5
  Home-page: https://github.com/theoddden/terradev
6
6
  Author: Terradev Team
@@ -49,40 +49,17 @@ Dynamic: requires-dist
49
49
  Dynamic: requires-python
50
50
  Dynamic: summary
51
51
 
52
- # Terradev CLI v3.7.3 - Enterprise GPU Infrastructure
52
+ # Terradev CLI v3.7.4
53
53
 
54
- **Enterprise-grade GPU provisioning and orchestration with adaptive scaling for 500+ concurrent users**
54
+ **NUMA-aware GPU provisioning and orchestration for stateless MoE workloads of all sizes**
55
55
 
56
- Terradev is a cross-cloud compute-provisioning CLI that compresses + stages datasets, provisions optimal instances + nodes, and deploys **3-5x faster** than sequential provisioning with enterprise-grade scalability.
56
+ ![Terradev Demo](demo/terradev-demo.gif)
57
57
 
58
- ## What's New in v3.7.3
59
-
60
- ### 🚀 Enterprise Scaling Features
61
-
62
- **Adaptive Concurrency Control**: Automatically scales from 6 to 50 concurrent provisions based on load, supporting 500+ concurrent users with 10x throughput improvement.
63
-
64
- **Priority-Based Model Queuing**: Heap-based priority queues replace linear lists, enabling O(log n) operations for 1000+ models with 100x faster queue processing.
65
-
66
- **Connection Pooling**: Reused HTTP connections across provider APIs reduce overhead by 80% for high-frequency operations.
67
-
68
- **Lazy Tool Loading**: MCP server loads tools on-demand, reducing memory footprint by 50% for enterprise deployments.
58
+ Terradev is a cross-cloud compute-provisioning CLI that compresses + stages datasets, provisions optimal instances + nodes, and deploys **3-5x faster** than sequential provisioning.
69
59
 
70
- **Async Configuration I/O**: Non-blocking configuration operations with TTL-based caching eliminate file I/O bottlenecks.
71
-
72
- **Performance Improvements**:
73
- - **10x** concurrent user capacity (50 → 500+ users)
74
- - **8x** parallel provisioning throughput
75
- - **50%** memory usage reduction
76
- - **100x** model queue performance at scale
77
- - **Non-blocking** configuration operations
78
-
79
- ```bash
80
- # Enterprise-scale provisioning with adaptive concurrency
81
- terradev provision -g H100 -n 50 --parallel 25 # Automatically scales to 25 concurrent
60
+ ## What's New in v3.7.3
82
61
 
83
- # Priority-based model management
84
- terradev ml warm-pool --configure --strategy priority_based --max-warm-models 100
85
- ```
62
+ Performance and scalability improvements for enterprise deployments.
86
63
 
87
64
  ### CUDA Graph Optimization with NUMA Awareness
88
65
 
File without changes
File without changes