Spaces:
Build error
Build error
2024-11-06 09:03:33.985287: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. | |
2024-11-06 09:03:33.998689: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:485] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered | |
2024-11-06 09:03:34.018235: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:8454] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered | |
2024-11-06 09:03:34.024188: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1452] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered | |
2024-11-06 09:03:34.038006: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations. | |
To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags. | |
2024-11-06 09:03:34.899647: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT | |
/home/ubuntu/nvidia-workbench/rogerkorantenng-Mental-Health-Chat-Bot/venv/lib/python3.10/site-packages/transformers/models/vit/feature_extraction_vit.py:28: FutureWarning: The class ViTFeatureExtractor is deprecated and will be removed in version 5 of Transformers. Please use ViTImageProcessor instead. | |
warnings.warn( | |
/home/ubuntu/nvidia-workbench/rogerkorantenng-Mental-Health-Chat-Bot/venv/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:1601: FutureWarning: `clean_up_tokenization_spaces` was not set. It will be set to `True` by default. This behavior will be depracted in transformers v4.45, and will be then set to `False` by default. For more details check this issue: https://github.com/huggingface/transformers/issues/31884 | |
warnings.warn( | |
* Serving Flask app 'app' | |
* Debug mode: off | |
Address already in use | |
Port 5000 is in use by another program. Either identify and stop that program, or start the server with a different port. | |
Exception in thread Thread-4 (run_gradio): | |
Traceback (most recent call last): | |
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner | |
self.run() | |
File "/usr/lib/python3.10/threading.py", line 953, in run | |
self._target(*self._args, **self._kwargs) | |
File "/home/ubuntu/nvidia-workbench/rogerkorantenng-Mental-Health-Chat-Bot/code/chatbot/app.py", line 162, in run_gradio | |
interface.launch(server_name="0.0.0.0", server_port=8080, share=True) | |
File "/home/ubuntu/nvidia-workbench/rogerkorantenng-Mental-Health-Chat-Bot/venv/lib/python3.10/site-packages/gradio/blocks.py", line 2368, in launch | |
) = http_server.start_server( | |
File "/home/ubuntu/nvidia-workbench/rogerkorantenng-Mental-Health-Chat-Bot/venv/lib/python3.10/site-packages/gradio/http_server.py", line 154, in start_server | |
raise OSError( | |
OSError: Cannot find empty port in range: 8080-8080. You can specify a different port by setting the GRADIO_SERVER_PORT environment variable or passing the `server_port` parameter to `launch()`. | |
/home/ubuntu/nvidia-workbench/rogerkorantenng-Mental-Health-Chat-Bot/venv/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. | |
-------- | |
warnings.warn( | |
Traceback (most recent call last): | |
File "/home/ubuntu/nvidia-workbench/rogerkorantenng-Mental-Health-Chat-Bot/code/chatbot/app.py", line 12, in <module> | |
import faiss | |
ModuleNotFoundError: No module named 'faiss' | |
2024-11-06 09:16:46.412670: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. | |
2024-11-06 09:16:46.426322: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:485] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered | |
2024-11-06 09:16:46.445934: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:8454] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered | |
2024-11-06 09:16:46.451959: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1452] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered | |
2024-11-06 09:16:46.465820: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations. | |
To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags. | |
2024-11-06 09:16:47.323371: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT | |
/home/ubuntu/nvidia-workbench/rogerkorantenng-Mental-Health-Chat-Bot/venv/lib/python3.10/site-packages/transformers/models/vit/feature_extraction_vit.py:28: FutureWarning: The class ViTFeatureExtractor is deprecated and will be removed in version 5 of Transformers. Please use ViTImageProcessor instead. | |
warnings.warn( | |
/home/ubuntu/nvidia-workbench/rogerkorantenng-Mental-Health-Chat-Bot/venv/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:1601: FutureWarning: `clean_up_tokenization_spaces` was not set. It will be set to `True` by default. This behavior will be depracted in transformers v4.45, and will be then set to `False` by default. For more details check this issue: https://github.com/huggingface/transformers/issues/31884 | |
warnings.warn( | |
* Serving Flask app 'app' | |
* Debug mode: off | |
[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m | |
* Running on http://127.0.0.1:5000 | |
[33mPress CTRL+C to quit[0m | |
/home/ubuntu/nvidia-workbench/rogerkorantenng-Mental-Health-Chat-Bot/venv/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. | |
-------- | |
warnings.warn( | |
Exception ignored in: <module 'threading' from '/usr/lib/python3.10/threading.py'> | |
Traceback (most recent call last): | |
File "/usr/lib/python3.10/threading.py", line 1567, in _shutdown | |
lock.acquire() | |
KeyboardInterrupt: | |
Running on local URL: http://0.0.0.0:8080 | |
Running on public URL: https://97297d8d0789e6b8d0.gradio.live | |
This share link expires in 72 hours. For free permanent hosting and GPU upgrades, run `gradio deploy` from Terminal to deploy to Spaces (https://huggingface.co/spaces) | |
Killing tunnel 0.0.0.0:8080 <> https://97297d8d0789e6b8d0.gradio.live | |