liboxen 0.53.0

Oxen is a fast data version control system, built with machine learning training data in mind. Designed to handle terabytes of data with ease, using a workflow similar to git. Version both structured and unstructured data of any modality: text, images, video, audio, CSV, Parquet, JSONL, model checkpoints, and more. liboxen is the embeddable core library behind the oxen CLI and server, which power fine tuning and inference pipelines for multimodal LLMs, image models, and video models on Oxen.ai.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Oxen Core Commands

## Initialization
- `oxen init`: Initialize a new Oxen repository
- `oxen init -v 0.10.0`: Initialize with a specific version

## Configuration
- `.oxen/config.toml`: Contains the `min_version` attribute, indicating the logic version of the repo

## Repository Management
- `oxen tree`: Display the repository tree structure
- `oxen node hash`: Display the hash of a specific node
- `oxen rm -r .oxen`: Remove Oxen metadata and restore the repo to its original state

## Commit History
- `/history/commit_hash/dir_hashes`: Helps locate the node hash for a specific path in a commit