* CLI init refactor * fix * cleanup and (partial) docs * Adding documentation and continuing cleanup (in progress) * remove finetune.py script * continued cleanup and documentation * pytest fixes * review comments * fix * Fix * typing fixes * make sure the batch dataset patcher for multipack is always loaded when handling datasets * review comments * fix --------- Co-authored-by: Dan Saunders <dan@axolotl.ai> Co-authored-by: Wing Lian <wing@axolotl.ai>
6 lines
99 B
Python
6 lines
99 B
Python
"""Axolotl CLI module initialization."""
|
|
|
|
import os
|
|
|
|
os.environ["HF_HUB_ENABLE_HF_TRANSFER"] = "1"
|