Chariot Release Notes
0.25.2 - May 8, 2026
What's Fixed
- Fixed a model upload exception path to prevent upload failures from surfacing as unhandled errors.
- Fixed an inference display issue where large image previews could appear cut off.
- Fixed scrolling while editing in Model Card Template view.
- Fixed a draw-overlap issue that blocked starting a new box over existing annotations when annotating object detection data.
0.25.1 - April 24, 2026
What's Improved
- Added an automatic restart for Training Runs to improve resiliency for lengthy runs that may be interrupted by infrastructure rotation.
- Improved the display for Inference Server configuration by exposing custom engine fields and showing the server state.

- Added custom Inference Engine version and Environment Variables options in Model Version Settings.

What's Fixed
- Workspaces are now less likely to get stuck in a “Pending” state due to improved scheduling logic that better aligns GPU requirements with disk locations.
- Fixed dataset upload workflow behavior so that selected files are not incorrectly cleared when the upload type changes.
0.25.0 - April 3, 2026
What's New
- Model Card Templates: A model card template is a templatized README that gives every model in an organization or project a consistent starting point for documentation. It applies automatically when a model has no README. Templates can be configured at organization or project level. Project level templates will override organization level templates.

- vLLM Token Metrics: Added support for token-level metrics for vLLM-hosted models, enabling better visibility into model usage and performance.

- User-Scoped Secrets Management: Users can now fully manage personnel secrets under Profile → Secrets.

- Model License Data: Users can now view license details directly under Model Version Details and can filter Model page by license.

What's Improved
- Hugging Face Import File Selection: Importing models from Hugging Face now includes a file tree view enabling users to preview repository contents before import and selectively include or exclude files.

- Object Detection Crosshair Tool: Added crosshair visual aid to improve annotation precision.

- Improved model upload experience:
- Eliminated duplicate error notifications.
- Added clearer fail-fast behavior.
- Improved reliability of long-running training runs when encountering intermittent connection issues to storage.
What's Fixed
- Fixed an issue where Hugging Face model revisions were ignored during import via UI and SDK, causing main to always be the revision imported.
- Fixed issue of inference server initializing message disappearing from Try-it-Out page while waiting for Inference Serve to initialize.
- Fixed dataset upload status & count mismatches so upload totals and states are consistent.
- Fixed a Swagger documentation bug which prevented inspection of Upload API endpoint details.
- Fixed inconsistency issue between the unannotated filter and resulting displayed datums.
0.24.4 - March 11, 2026
What's Fixed
- This release consisted mainly of minor enhancements and bug fixes.
0.24.3 - March 7, 2026
What's New
- Enhanced Dataset History Controls: Users can now expand history events that contain grouped sub-events. This feature includes a new Copy Timestamp button for child events and supports infinite scrolling for seamless navigation through large event logs.

What's Improved
- Added support in the SDK to send batch inputs for text embedding.
- Significantly reduced load times when viewing individual datasets or datums.
- Improved automated scaling for various dataset jobs such as uploads.
What's Fixed
- Fixed an issue where edited training notes would temporarily disappear or “depopulate” immediately after saving. The UI now correctly retains and displays the updated notes.
- Fixed an issue with drift detection failing when a baseline in-distribution dataset is small.
- Fixed an issue where bounding box annotations over the edges of images were not being properly clipped during the training pre-processing.
- Fixed an issue where verifying or editing an annotation during an Annotation Review Task would cause the bounding box to disappear from the screen. Annotations now remain visible even after their status changes so that users don’t lose track of work while navigating through a task.
- Fixed an issue where text datums would show raw HTML status codes if there was failure in retrieving text datums. Users will now see “Failed to load text datum,” consistent with error handling for images.

0.24.2 - February 28, 2026
What's Fixed
- Resolved lag during sign-in and sign-out.
- Fixed issue where the Annotation Details and Image Details panels interfered with drawing annotations.
- Fixed package version incompatibility in Chariot Workspaces with chariot-client 0.24.1.
- Fixed multiple instances of UI crashes.
- Fixed issue where custom Blueprint run configurations did not allow the selection of multiple GPUs even when support_multi_gpu was set to true.
- Fixed issue where Training Run duration could display as negative in certain edge cases.
- Fixed issue where secret values were replaced with ******** when the secret name was changed in the Chariot UI.
0.24.1 - February 17, 2026
What's New
- Enhanced Datum Visualization Controls
- Users can now adjust the following image settings directly while viewing and annotating datums:
- Contrast
- Brightness
- Saturation
- Inversion
- Users can now adjust the following image settings directly while viewing and annotating datums:

What's Improved
- Improved Model File Directory View
- The list of files associated with a model is no longer paginated. Users can now view the entire directory tree on a single page, making it easier to navigate and inspect model contents.
What's Fixed
- Fixed an issue where text datums containing HTML were rendered as HTML instead of being safely escaped.
- Fixed an issue preventing custom Inference Engines from pulling container images from private repositories.
- Fixed an issue with class labels of detections being cut off when using the try-it-out feature.
- Fixed an issue causing the training metrics page to crash when metrics contained null values.
0.24.0 - February 6, 2026
What's New
- Multi-GPU Workloads
- Chariot now supports training and serving models using multiple GPUs on a single compute node. This enables higher throughput training and improved inference performance for larger or more demanding models.
- Model Monitoring Enhancements
- We’ve redesigned the model-monitoring experience to provide deeper visibility and longer-term observability:
- Metrics retention increased to 60 days, with data persisting even after models scale down
- Custom time-range queries for historical analysis (previously limited to the last minute)
- New system and inference metrics, including: GPU utilization VRAM usage Concurrent requests Requests in queue
- Metric export to CSV, making it easier to analyze or share performance data outside of Chariot
- We’ve redesigned the model-monitoring experience to provide deeper visibility and longer-term observability:
What's Improved
- Improved rendering of the Training Run list when many Snapshots are associated with a run.
- Improved performance and rendering of dataset previews with large numbers of annotations.
- Improved error messaging during Snapshot creation to clearly indicate when a View has no applicable data.
- Improved performance when retrieving Snapshot datums.
What's Fixed
- Fixed an issue where the classification banner did not appear on the Manage Resources page.
- Fixed search behavior where certain characters (such as hyphens) were not handled correctly.
- Fixed an issue where the annotation toggle state was not preserved when navigating away from and back to a page.
- Fixed an issue where model files were incorrectly interpreted as directories.
0.23.5 - January 16, 2026
What's New
- Direct Import of Models From Hugging Face Hub
- Import models directly from Hugging Face Hub by simply providing the Hugging Face model ID to easily bring your favorite open source models from Hugging Face hub into Chariot.

- Import models directly from Hugging Face Hub by simply providing the Hugging Face model ID to easily bring your favorite open source models from Hugging Face hub into Chariot.
- Expanded Filtering for Datum Annotations
getDatumAnnotationspreviously only returned active annotations for the given datum. It now supports filtering annotations by metadata, approval status, task type, and timestamp.
What's Fixed
- Fixed a UI mapping issue where the raw back-end status Job_submitted was displayed instead of a readable status label.
- Fixed UI layering issues where the classification banner obscured model status text and hover tooltips.
- Fixed issue with help/hover text in the Workspace application setup modal so disk storage guidance references the correct Workspace context.
- Fixed issue with PyTorch models created using MAR (Model Archive) only being able to install files from Armory, so they can now install from PyPI.
- Fixed an issue where using the CTRL hotkey for panning would also draw at the same time during ad hoc annotation.
- Fixed pagination issues on the Inference Store page.
- Fixed a bug preventing Segment Anything annotation hints from working.
0.23.4 - December 20, 2025
What's New
- vLLM Settings Updates
- Several updates were made to expose additional vLLM configuration options in the Chariot UI and to provide clearer guidance when configuring models to run on vLLM.
- Snapshot Review Status Filtering
- You can now filter Snapshot details by Review Status, making it easier to navigate Snapshots based on workflow state.
- Video Tutorials in the User Guide
- Added step-by-step video walkthroughs for model training, model evaluation, and data annotation.
- Simplified Class Label UX
- The “Search” and “Add Label” inputs have been merged into a single field, making it more intuitive to add new labels to datasets or annotation tasks.
What's Fixed
- Fixed an issue where clicking on a model returned from global search redirected users to an empty results page.
- Fixed an issue preventing oriented detections from rendering in the Try-It-Out interface.
- Fixed an issue where annotation task statistics did not update after closing the Annotation Editor.
- Fixed an issue in model evaluation where the image classification ROC AUC metric incorrectly accepted datum filters.
- Fixed an issue where forking a model did not correctly copy supported inference engines.
- Fixed an issue that caused the UI to crash when opening a model’s label index map.
0.23.3 - December 6, 2025
What's New
-
Enhanced Annotation Productivity
- We’ve added new keyboard shortcuts to streamline annotation workflows:
- Quick-select labels using number keys 1–9.
- Fast navigation for arrow-based label selection.
- Shortcuts for negative labels when applicable.
- We’ve added new keyboard shortcuts to streamline annotation workflows:
-
Improved Inference Engine Configuration
- You can now configure inference engines directly through the UI:
- Select from a list of supported inference engines.
- Provide required and optional runtime variables through guided configuration.
- You can now configure inference engines directly through the UI:
-
Better Dataset Statistics Filtering
- Dataset label distribution now respects task type filters.
- GetDatasetStatisticsSimple now supports task type filtering.
-
Training Blueprint metadata can now be marked uneditable on creation.
What's Fixed
- Fixed an issue preventing Blueprint version changes after selecting a Training Blueprint for model training.
- The Model Monitoring page now auto-refreshes as expected.
- Fixed missing evaluation metrics in a model's History tab.
- Fixed an issue with tooltips being covered up when the Classification Banner is present.
- Fixed misleading duplicate upload name error message when there are multipart conflicts for a given upload.
- Fixed an issue in precision–recall curve interpolation for object detection and oriented object detection evaluations, which could result in small AP metric inaccuracies on large or densely labeled datasets.