Cannot create autotrain-advanced project

#2
by RichardHau - opened

Can anyone help?

Runtime error
cation, and GPU quantization are unavailable.
warn("The installed version of bitsandbytes was compiled without GPU support. "
/app/env/lib/python3.9/site-packages/bitsandbytes/libbitsandbytes_cpu.so: undefined symbol: cadam32bit_grad_fp32

INFO Installing latest transformers@main
INFO Successfully installed latest transformers
INFO Installing latest peft@main
INFO Successfully installed latest peft
INFO Installing latest diffusers@main
INFO Successfully installed latest diffusers
INFO Installing latest trl@main
INFO Successfully installed latest trl
INFO Installing latest xformers
INFO Successfully installed latest xformers
/app/env/lib/python3.9/site-packages/bitsandbytes/cextension.py:34: UserWarning: The installed version of bitsandbytes was compiled without GPU support. 8-bit optimizers, 8-bit multiplication, and GPU quantization are unavailable.
warn("The installed version of bitsandbytes was compiled without GPU support. "
/app/env/lib/python3.9/site-packages/bitsandbytes/libbitsandbytes_cpu.so: undefined symbol: cadam32bit_grad_fp32

Downloading (โ€ฆ)_schema%400.3.9.json: 0%| | 0.00/12.7k [00:00<?, ?B/s]
Downloading (โ€ฆ)_schema%400.3.9.json: 100%|โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ| 12.7k/12.7k [00:00<00:00, 2.58MB/s]

INFO Authenticating user...
Traceback (most recent call last):
File "/app/env/bin/autotrain", line 33, in
sys.exit(load_entry_point('autotrain-advanced', 'console_scripts', 'autotrain')())
File "/app/src/autotrain/cli/autotrain.py", line 42, in main
command.run()
File "/app/src/autotrain/cli/run_app.py", line 54, in run
demo = main()
File "/app/src/autotrain/app.py", line 539, in main
user_token, valid_can_pay, who_is_training = _login_user(user_token)
File "/app/src/autotrain/app.py", line 57, in _login_user
username = user_info["name"]
KeyError: 'name'
ERROR conda.cli.main_run:execute(47): conda run /bin/bash -c autotrain setup && autotrain app --port 7860 failed. (See above for error)
Container logs:

===== Application Startup at 2023-08-21 12:47:41 =====

==========
== CUDA ==

CUDA Version 11.8.0

Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.

This container image and its contents are governed by the NVIDIA Deep Learning Container License.
By pulling and using the container, you accept the terms and conditions of this license:
https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license

A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience.

WARNING: The NVIDIA Driver was not detected. GPU functionality will not be available.
Use the NVIDIA Container Toolkit to start this container with GPU support; see
https://docs.nvidia.com/datacenter/cloud-native/ .

/app/env/lib/python3.9/site-packages/bitsandbytes/cextension.py:34: UserWarning: The installed version of bitsandbytes was compiled without GPU support. 8-bit optimizers, 8-bit multiplication, and GPU quantization are unavailable.
warn("The installed version of bitsandbytes was compiled without GPU support. "
/app/env/lib/python3.9/site-packages/bitsandbytes/libbitsandbytes_cpu.so: undefined symbol: cadam32bit_grad_fp32

INFO Installing latest transformers@main
INFO Successfully installed latest transformers
INFO Installing latest peft@main
INFO Successfully installed latest peft
INFO Installing latest diffusers@main
INFO Successfully installed latest diffusers
INFO Installing latest trl@main
INFO Successfully installed latest trl
INFO Installing latest xformers
INFO Successfully installed latest xformers
/app/env/lib/python3.9/site-packages/bitsandbytes/cextension.py:34: UserWarning: The installed version of bitsandbytes was compiled without GPU support. 8-bit optimizers, 8-bit multiplication, and GPU quantization are unavailable.
warn("The installed version of bitsandbytes was compiled without GPU support. "
/app/env/lib/python3.9/site-packages/bitsandbytes/libbitsandbytes_cpu.so: undefined symbol: cadam32bit_grad_fp32

Downloading (โ€ฆ)_schema%400.3.9.json: 0%| | 0.00/12.7k [00:00<?, ?B/s]
Downloading (โ€ฆ)_schema%400.3.9.json: 100%|โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ| 12.7k/12.7k [00:00<00:00, 2.58MB/s]

INFO Authenticating user...
Traceback (most recent call last):
File "/app/env/bin/autotrain", line 33, in
sys.exit(load_entry_point('autotrain-advanced', 'console_scripts', 'autotrain')())
File "/app/src/autotrain/cli/autotrain.py", line 42, in main
command.run()
File "/app/src/autotrain/cli/run_app.py", line 54, in run
demo = main()
File "/app/src/autotrain/app.py", line 539, in main
user_token, valid_can_pay, who_is_training = _login_user(user_token)
File "/app/src/autotrain/app.py", line 57, in _login_user
username = user_info["name"]
KeyError: 'name'
ERROR conda.cli.main_run:execute(47): conda run /bin/bash -c autotrain setup && autotrain app --port 7860 failed. (See above for error)

Sign up or log in to comment