Error Something went wrong. Make sure the name of your LoRA is unique and try again

#9
by 4more - opened

I keep getting this error
"Something went wrong. Make sure the name of your LoRA is unique and try again"

Error Log Summary:

  1. Backend Configuration Error:
    The system is attempting to use 'spaces-l40sx1' which is invalid. Full error:
    autotrain [] spacerunner: error: argument --backend: invalid choice: 'spaces-l40sx1' (choose from 'spaces-a10g-large', 'spaces-a10g-small', 'spaces-a100-large', 'spaces-t4-medium', 'spaces-t4-small', 'spaces-cpu-upgrade', 'spaces-cpu-basic', 'spaces-l4x1', 'spaces-l4x4', 'spaces-a10g-largex2', 'spaces-a10g-largex4')

  2. Training Process Error:
    Traceback (most recent call last):
    File "/home/user/app/app.py", line 298, in start_training
    raise gr.Error("Something went wrong. Make sure the name of your LoRA is unique and try again")
    gradio.exceptions.Error: 'Something went wrong. Make sure the name of your LoRA is unique and try again'

  3. Environmental Warning
    /home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/gradio/analytics.py:106: UserWarning: IMPORTANT: You are using gradio version 4.42.0, however version 4.44.1 is available, please upgrade.

Hardware Configuration:
Nvidia 1xL4 GPU
8 vCPU
30 GB RAM
24 GB VRAM

Sign up or log in to comment