From 0d217f428fa5b84fcde9c31ef1c95e4215856f7e Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Fri, 9 Jun 2023 21:53:11 -0700 Subject: [PATCH] [tests] fix bitsandbytes import issue (#24151) fix bitsandbytes import issue --- tests/{bitsandbytes => bnb}/README.md | 0 tests/{bitsandbytes => bnb}/__init__.py | 0 tests/{bitsandbytes => bnb}/test_4bit.py | 0 tests/{bitsandbytes => bnb}/test_mixed_int8.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tests/{bitsandbytes => bnb}/README.md (100%) rename tests/{bitsandbytes => bnb}/__init__.py (100%) rename tests/{bitsandbytes => bnb}/test_4bit.py (100%) rename tests/{bitsandbytes => bnb}/test_mixed_int8.py (100%) diff --git a/tests/bitsandbytes/README.md b/tests/bnb/README.md similarity index 100% rename from tests/bitsandbytes/README.md rename to tests/bnb/README.md diff --git a/tests/bitsandbytes/__init__.py b/tests/bnb/__init__.py similarity index 100% rename from tests/bitsandbytes/__init__.py rename to tests/bnb/__init__.py diff --git a/tests/bitsandbytes/test_4bit.py b/tests/bnb/test_4bit.py similarity index 100% rename from tests/bitsandbytes/test_4bit.py rename to tests/bnb/test_4bit.py diff --git a/tests/bitsandbytes/test_mixed_int8.py b/tests/bnb/test_mixed_int8.py similarity index 100% rename from tests/bitsandbytes/test_mixed_int8.py rename to tests/bnb/test_mixed_int8.py