mirror of
https://github.com/thinking-machines-lab/tinker.git
synced 2026-04-28 17:29:33 +00:00
Fixes Issue #24: 'tinker checkpoint delete' now accepts paths with run-id suffix (e.g., tinker://run-id🚋0/sampler_weights/final). The previous implementation assumed a strict 3-part path format, which failed when the run-id contained a suffix like '🚋0'. This change updates ParsedCheckpointTinkerPath.from_tinker_path() to: - Handle run-ids with arbitrary suffixes - Provide better error messages for invalid formats Good day, Thank you for your work on this excellent library! Warmly, RoomWithOutRoof |
||
|---|---|---|
| .. | ||
| test_utils | ||
| __init__.py | ||
| conftest.py | ||
| sample_file.txt | ||
| test_checkpoint_delete.py | ||
| test_chunked_fwdbwd_helpers.py | ||
| test_cli_output.py | ||
| test_conflict_recovery.py | ||
| test_deepcopy.py | ||
| test_extract_files.py | ||
| test_files.py | ||
| test_models.py | ||
| test_qs.py | ||
| test_required_args.py | ||
| test_service_client.py | ||
| test_sidecar.py | ||
| test_subprocess_sampling_client.py | ||
| test_training_client_custom_loss.py | ||
| test_transform.py | ||
| utils.py | ||