Tony Salomone
Tony Salomone
al-sadr and dadmobile both got: > ImportError: Using `load_in_8bit=True` requires Accelerate: `pip install accelerate` and the latest version of bitsandbytes `pip install -i https://test.pypi.org/simple/ bitsandbytes` or pip install bitsandbytes` Can...
Investigate user al-sabr reports: > The HG download from the UI is not resuming when the wifi gets disconnected which is pain in the eye and there is no status...
Jobs can create artifacts that need to be kept but don't have a place to go. eg.: - output logs from training jobs get stored in the plugin directory currently...
Model: mlx-community/TinyDolphin-2.8-1.1b-4bit-mlx Dataset: samsum Plugin: mlx-lora-trainer `Loading pretrained model Fetching 7 files: 0%| | 0/7 [00:00
Currently exported models just add the export format to the original model ID (eg. Mistral-7B-Instruct-v0.2 - MLX). It'd be better if they included any quantization in the name as most...
> fatal: destination path 'mlx-examples' already exists and is not an empty directory. It is cloning the repo, which already exists. So perhaps this is OK...but this means everybody has...
Our underlying code uses huggingface load_dataset which allows for flexible file system structures for custom local datasets: https://huggingface.co/docs/hub/en/datasets-file-names-and-splits But our app and API code force the user to use a...