can not kill the job. It is not doing anything and yet keeps charging me

#3
by tomakk - opened

Already gave me a runtime error and multiple times said system is not receiving any files, but A10G is live. I don't want to pay for something I am not getting any value of

AutoTrain Projects org

please add more details like which space and send an email to autotrain@hf.co so that we can take a look

AutoTrain Projects org

this space does not do anything but process and upload data to hub so model training can start in another space. this space does not need to run on A10g. CPU-free is good enough for it. After uploading data, choosing parameters, adding jobs and selecting GPU from dropdown in this space, you need to click on start training which will start the actual training. Please read the docs here: hf.co/docs/autotrain

I did, uploaded the data, chose the parameters, clicked on Add Job first, then clicked on StartTraining, it gave me an error that the data had 3 columns but it received 0 columns

can you kill it, it is still charging me.....

AutoTrain Projects org

unfortunately, i cannot. you can go to settings of https://huggingface.co/spaces/tomakk/testME and choose CPU-FREE to make it stop charging for you.

I kept getting this error:

Traceback (most recent call last):
File "/app/env/lib/python3.9/site-packages/gradio/routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "/app/env/lib/python3.9/site-packages/gradio/blocks.py", line 1433, in process_api
inputs = self.preprocess_data(fn_index, inputs, state)
File "/app/env/lib/python3.9/site-packages/gradio/blocks.py", line 1243, in preprocess_data
processed_input.append(block.preprocess(inputs[i]))
File "/app/env/lib/python3.9/site-packages/gradio/components/dataframe.py", line 211, in preprocess
return pd.DataFrame(x["data"], columns=x.get("headers"))
File "/app/env/lib/python3.9/site-packages/pandas/core/frame.py", line 809, in init
arrays, columns, index = nested_data_to_arrays(
File "/app/env/lib/python3.9/site-packages/pandas/core/internals/construction.py", line 520, in nested_data_to_arrays
arrays, columns = to_arrays(data, columns, dtype=dtype)
File "/app/env/lib/python3.9/site-packages/pandas/core/internals/construction.py", line 845, in to_arrays
content, columns = _finalize_columns_and_data(arr, columns, dtype)
File "/app/env/lib/python3.9/site-packages/pandas/core/internals/construction.py", line 942, in _finalize_columns_and_data
raise ValueError(err) from err
ValueError: 3 columns passed, passed data had 0 columns

Sign up or log in to comment