IridiumMaster
IridiumMaster
I attempt to install using python setup_cuda.py install and get the error trace below. Checking my nvidia cuda install, I get the following trace: nvcc: NVIDIA (R) Cuda compiler driver...
Run python3 unsloth-cli-v2.py \ --model_name "unsloth/Llama-3.3-70B-Instruct-GGUF" \ --load_in_4bit \ --dataset "./qa_Wodehouse_unsloth_conversion.jsonl" \ --output_dir "./wodehouse_finetune_output" \ --per_device_train_batch_size 2 \ --gradient_accumulation_steps 4 \ --learning_rate 2e-4 \ --max_steps 400 \ --save_model \ --save_gguf...
Literally everything was working until this evening. Upgraded to latest, etc. Ran my lightly patched cli with: python3 unsloth-cli-v2.py \ --model_name "unsloth/DeepSeek-R1-Distill-Llama-70B" \ --load_in_4bit \ --dataset "./qa_Wodehouse_unsloth_conversion.jsonl" \ --output_dir "./wodehouse_finetune_output"...