wisent-compute 0.4.331__tar.gz → 0.4.332__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.
- {wisent_compute-0.4.331/wisent_compute.egg-info → wisent_compute-0.4.332}/PKG-INFO +1 -1
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/pyproject.toml +1 -1
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/local/version_check.py +4 -2
- {wisent_compute-0.4.331 → wisent_compute-0.4.332/wisent_compute.egg-info}/PKG-INFO +1 -1
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/LICENSE +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/README.md +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/setup.cfg +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/_catalog/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/_catalog/gpu_sku.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/cli.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/cloud_function/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/cloud_function/main.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/config.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/coordinator.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/coverage/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/coverage/cli.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/coverage/failures.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/dashboard.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/dashboard_summary/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/dashboard_summary/status_view.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/deploy/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/deploy/bootstrap.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/deploy/host_health_beacon.sh +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/deploy/local_install.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/deploy/pre_start_cleanup.sh +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/deploy/templates/wisent-agent.service.tmpl +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/deploy/templates/wisent-host-health.service.tmpl +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/deploy/templates/wisent-host-health.timer.tmpl +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/deploy/templates/wisent-upgrade.service.tmpl +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/deploy/templates/wisent-upgrade.timer.tmpl +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/failure_fixer/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/failure_fixer/cli.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/models.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/monitor/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/monitor/alerts.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/monitor/billing.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/monitor/heartbeat_guard.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/monitor/monitor.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/monitor/reap/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/monitor/reap/helpers.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/monitor/reap/run_reaper.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/profiles/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/profiles/ai_toolkit_zimage.json +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/aws.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/azure.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/azure_helpers/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/azure_helpers/network.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/base.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/gcp/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/gcp/stockout.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/local/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/local/disk/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/local/disk/gate.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/local/disk/staging.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/local/gcp_self.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/local/helpers/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/local/helpers/gpu_probe.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/local/hf_rate.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/local/slots.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/local_agent.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/vast/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/vast/_auth.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/queue/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/queue/azure_blob.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/queue/capacity.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/queue/listing/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/queue/migrations.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/queue/runs/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/queue/storage.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/queue/submit.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/queue/tracking/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/queue/tracking/tombstone.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/scheduler/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/scheduler/cost.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/scheduler/dispatch/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/scheduler/dispatch/agent.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/scheduler/dispatch/quota_replies.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/scheduler/dispatch/quota_request.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/scheduler/dispatch/quota_skus.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/scheduler/makespan/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/scheduler/makespan/_history.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/scheduler/quota.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/scheduler/scheduler.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/scheduler/skip_done.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/sizing/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/targets/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/targets/registry.example.json +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/templates/__init__.py +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/templates/startup_cpu.sh +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/templates/startup_gpu.sh +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/templates/startup_gpu_agent.sh +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/templates/startup_gpu_agent_azure.sh +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute.egg-info/SOURCES.txt +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute.egg-info/dependency_links.txt +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute.egg-info/entry_points.txt +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute.egg-info/requires.txt +0 -0
- {wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute.egg-info/top_level.txt +0 -0
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/local/version_check.py
RENAMED
|
@@ -169,13 +169,15 @@ def pip_upgrade_and_exec(log_fn) -> None:
|
|
|
169
169
|
# already-satisfying the requirement, even when pypi has a newer
|
|
170
170
|
# version. The editable install keeps the same code on disk forever.
|
|
171
171
|
# --no-cache-dir avoids serving the same stale wheel from local cache.
|
|
172
|
+
# --no-deps prevents the pre-claim drift path from doing a full dependency
|
|
173
|
+
# solve while the GPU is idle; base agent installs already carry deps.
|
|
172
174
|
pip_args = [sys.executable, "-m", "pip", "install", "--upgrade",
|
|
173
|
-
"--force-reinstall", "--no-cache-dir", *_PACKAGES]
|
|
175
|
+
"--force-reinstall", "--no-cache-dir", "--no-deps", *_PACKAGES]
|
|
174
176
|
if os.geteuid() != 0 and not in_venv:
|
|
175
177
|
pip_args.insert(4, "--user")
|
|
176
178
|
pip_args.append("--break-system-packages")
|
|
177
179
|
log_fn(f"pip_upgrade_and_exec: cmd={' '.join(pip_args)}")
|
|
178
|
-
res = subprocess.run(pip_args, capture_output=True, text=True)
|
|
180
|
+
res = subprocess.run(pip_args, capture_output=True, text=True, timeout=300)
|
|
179
181
|
log_fn(f"pip_upgrade_and_exec: rc={res.returncode} "
|
|
180
182
|
f"stdout_tail={(res.stdout or '')[-300:]} "
|
|
181
183
|
f"stderr_tail={(res.stderr or '')[-300:]}")
|
|
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
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/dashboard_summary/__init__.py
RENAMED
|
File without changes
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/dashboard_summary/status_view.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/deploy/host_health_beacon.sh
RENAMED
|
File without changes
|
|
File without changes
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/deploy/pre_start_cleanup.sh
RENAMED
|
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
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/profiles/ai_toolkit_zimage.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/azure_helpers/__init__.py
RENAMED
|
File without changes
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/azure_helpers/network.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/local/__init__.py
RENAMED
|
File without changes
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/local/disk/__init__.py
RENAMED
|
File without changes
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/local/disk/gate.py
RENAMED
|
File without changes
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/local/disk/staging.py
RENAMED
|
File without changes
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/local/gcp_self.py
RENAMED
|
File without changes
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/providers/local/helpers/__init__.py
RENAMED
|
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
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/queue/tracking/tombstone.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/scheduler/dispatch/__init__.py
RENAMED
|
File without changes
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/scheduler/dispatch/agent.py
RENAMED
|
File without changes
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/scheduler/dispatch/quota_replies.py
RENAMED
|
File without changes
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/scheduler/dispatch/quota_request.py
RENAMED
|
File without changes
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/scheduler/dispatch/quota_skus.py
RENAMED
|
File without changes
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/scheduler/makespan/__init__.py
RENAMED
|
File without changes
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/scheduler/makespan/_history.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/targets/registry.example.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute/templates/startup_gpu_agent.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wisent_compute-0.4.331 → wisent_compute-0.4.332}/wisent_compute.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|