From e367f48c53ca4f056e86053b31e534515d3eefce Mon Sep 17 00:00:00 2001 From: Aaqib Ansari Date: Fri, 30 Jun 2023 16:32:35 -0700 Subject: [PATCH] Address review comments --- engines/python/setup/djl_python/huggingface.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/engines/python/setup/djl_python/huggingface.py b/engines/python/setup/djl_python/huggingface.py index ec383b4c89..4c17a1f149 100644 --- a/engines/python/setup/djl_python/huggingface.py +++ b/engines/python/setup/djl_python/huggingface.py @@ -24,8 +24,6 @@ from djl_python.streaming_utils import StreamingUtils from djl_python.rolling_batch import SchedulerRollingBatch -os.environ["BITSANDBYTES_NOWELCOME"] = "1" - ARCHITECTURES_2_TASK = { "TapasForQuestionAnswering": "table-question-answering", "ForQuestionAnswering": "question-answering",