Skip to main content

run

Method
This is a method of the TrainModel class in the train module.

Signature

def run() -> Any

Returns

Returns
Any
The result of the operation.

Uses

  • print_system_info
  • check_gpu
  • check_ram
  • prepare_model
  • train_model
  • save_model_merged
  • push_model_gguf
  • create_and_push_ollama_model

Used By

Source

View on GitHub

praisonai/train.py at line 532