runtime error

2024-03-06 22:26:12.444039: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered 2024-03-06 22:26:12.444072: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered 2024-03-06 22:26:12.445103: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered 2024-03-06 22:26:13.542807: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/transformers/models/auto/configuration_auto.py", line 1128, in from_pretrained config_class = CONFIG_MAPPING[config_dict["model_type"]] File "/home/user/.local/lib/python3.10/site-packages/transformers/models/auto/configuration_auto.py", line 825, in __getitem__ raise KeyError(key) KeyError: 'phi-msft' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 11, in <module> llm = pipeline("text-generation", model="TheBloke/dolphin-2_6-phi-2-GGUF") File "/home/user/.local/lib/python3.10/site-packages/transformers/pipelines/__init__.py", line 815, in pipeline config = AutoConfig.from_pretrained( File "/home/user/.local/lib/python3.10/site-packages/transformers/models/auto/configuration_auto.py", line 1130, in from_pretrained raise ValueError( ValueError: The checkpoint you are trying to load has model type `phi-msft` but Transformers does not recognize this architecture. This could be because of an issue with the checkpoint, or because your version of Transformers is out of date.

Container logs:

Fetching error logs...