runtime error

Could not find cuda drivers on your machine, GPU will not be used. 2024-05-08 09:20:53.733546: I tensorflow/core/platform/cpu_feature_guard.cc:182] 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-05-08 09:20:54.607109: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT /home/user/.local/lib/python3.10/site-packages/tensorflow_addons/utils/tfa_eol_msg.py:23: UserWarning: TensorFlow Addons (TFA) has ended development and introduction of new features. TFA has entered a minimal maintenance and release mode until a planned end of life in May 2024. Please modify downstream libraries to take dependencies from other repositories in our TensorFlow community (e.g. Keras, Keras-CV, and Keras-NLP). For more information see: https://github.com/tensorflow/addons/issues/2807 warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 65, in <module> main(args) File "/home/user/app/app.py", line 47, in main models.extend( run2inference(run) ) File "/home/user/app/app.py", line 36, in run2inference return list(inference_from_config(runConfig)) File "/home/user/app/HF/NNHelper.py", line 24, in inference_from_config model = _single_inference_from_config(configs) File "/home/user/app/HF/NNHelper.py", line 15, in _single_inference_from_config if 'diffusion' in model.kind: model = CWithDDIM(model) File "/home/user/app/HF/NN/CWithAblations.py", line 43, in kind def kind(self): return self._model.kind File "/home/user/app/HF/NN/CHuggingFaceBasicModel.py", line 88, in kind return _autoregressive_kind(restorator) File "/home/user/app/HF/NN/CHuggingFaceBasicModel.py", line 48, in _autoregressive_kind raise NotImplementedError(f'Unknown sampler: {sampler}') NotImplementedError: Unknown sampler: ddim discretized

Container logs:

Fetching error logs...