terradev-cli 3.7.4__tar.gz → 3.7.5__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.
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/PKG-INFO +3 -3
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/README.md +2 -2
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/setup.py +1 -1
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/terradev_cli.egg-info/PKG-INFO +3 -3
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/__init__.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/async_config.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/auth.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/checkpoint_manager.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/config.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/cost_scaler.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/cost_tracker.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/cuda_graph_integrator.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/dag_executor.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/data_governance.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/dataset_stager.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/deployment_router.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/drift_detector.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/egress_optimizer.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/gitops_manager.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/gpu_topology.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/helm_generator.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/helm_generator_old.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/hf_cli_integration.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/hf_smart_templates.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/hf_spaces.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/inference_router.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/job_state_manager.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/manifest_cache.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/model_orchestrator.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/optimization_config.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/parallel_provisioner.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/preflight_validator.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/price_discovery.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/price_discovery_mock.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/price_intelligence.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/quick_start.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/rate_limiter.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/semantic_router.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/semantic_signals/__init__.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/semantic_signals/base_signal.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/semantic_signals/complexity_signal.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/semantic_signals/domain_signal.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/semantic_signals/keyword_signal.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/semantic_signals/language_signal.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/semantic_signals/modality_signal.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/semantic_signals/orchestrator.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/semantic_signals/safety_signal.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/session_manager.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/ssh_key_manager.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/stripe_manager.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/telemetry.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/telemetry_backup.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/terradev_engine.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/tier_manager.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/trace_viewer.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/training_monitor.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/training_orchestrator.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/core/warm_pool_manager.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/integrations/__init__.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/integrations/datadog_integration.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/integrations/prometheus_integration.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/integrations/wandb_integration.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/__init__.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/dvc_service.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/guardrails_service.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/huggingface_service.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/kserve_service.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/kubernetes_enhanced.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/kubernetes_enhanced_fixed.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/kubernetes_service.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/langchain_service.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/langgraph_service.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/langsmith_service.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/lmcache_service.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/mlflow_service.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/ollama_service.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/phoenix_service.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/qdrant_service.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/ray_enhanced.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/ray_service.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/sglang_service.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/vllm_service.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/wandb_enhanced.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/ml_services/wandb_service.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/optimization/__init__.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/optimization/auto_optimizer.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/optimization/cuco_optimizer.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/__init__.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/alibaba_provider.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/aws_provider.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/azure_provider.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/base_provider.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/baseten_provider.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/coreweave_provider.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/crusoe_provider.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/demo_mode.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/digitalocean_provider.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/fluidstack_provider.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/gcp_provider.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/hetzner_provider.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/huggingface_provider.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/hyperstack_provider.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/inferx_provider.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/lambda_labs_provider.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/oracle_provider.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/ovhcloud_provider.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/provider_factory.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/real_pricing.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/runpod_provider.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/siliconflow_provider.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/tensordock_provider.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/providers/vastai_provider.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/setup.cfg +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/terradev_cli/__init__.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/terradev_cli/cli.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/terradev_cli.egg-info/SOURCES.txt +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/terradev_cli.egg-info/dependency_links.txt +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/terradev_cli.egg-info/entry_points.txt +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/terradev_cli.egg-info/not-zip-safe +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/terradev_cli.egg-info/requires.txt +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/terradev_cli.egg-info/top_level.txt +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/utils/__init__.py +0 -0
- {terradev_cli-3.7.4 → terradev_cli-3.7.5}/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
|
+
Version: 3.7.5
|
|
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,11 +49,11 @@ Dynamic: requires-dist
|
|
|
49
49
|
Dynamic: requires-python
|
|
50
50
|
Dynamic: summary
|
|
51
51
|
|
|
52
|
-
# Terradev CLI v3.7.
|
|
52
|
+
# Terradev CLI v3.7.5
|
|
53
53
|
|
|
54
54
|
**NUMA-aware GPU provisioning and orchestration for stateless MoE workloads of all sizes**
|
|
55
55
|
|
|
56
|
-

|
|
56
|
+

|
|
57
57
|
|
|
58
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.
|
|
59
59
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# Terradev CLI v3.7.
|
|
1
|
+
# Terradev CLI v3.7.5
|
|
2
2
|
|
|
3
3
|
**NUMA-aware GPU provisioning and orchestration for stateless MoE workloads of all sizes**
|
|
4
4
|
|
|
5
|
-

|
|
5
|
+

|
|
6
6
|
|
|
7
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.
|
|
8
8
|
|
|
@@ -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.
|
|
15
|
+
version="3.7.5",
|
|
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",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: terradev-cli
|
|
3
|
-
Version: 3.7.
|
|
3
|
+
Version: 3.7.5
|
|
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,11 +49,11 @@ Dynamic: requires-dist
|
|
|
49
49
|
Dynamic: requires-python
|
|
50
50
|
Dynamic: summary
|
|
51
51
|
|
|
52
|
-
# Terradev CLI v3.7.
|
|
52
|
+
# Terradev CLI v3.7.5
|
|
53
53
|
|
|
54
54
|
**NUMA-aware GPU provisioning and orchestration for stateless MoE workloads of all sizes**
|
|
55
55
|
|
|
56
|
-

|
|
56
|
+

|
|
57
57
|
|
|
58
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.
|
|
59
59
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|