Dummy comment to trigger CI after Intel merge.

This commit is contained in:
Nicolas Patry 2024-04-26 13:49:41 +00:00
parent a8fd4236eb
commit 6fc959765b

View File

@ -8,6 +8,7 @@ from typing import List, Tuple, Optional
from loguru import logger from loguru import logger
from functools import lru_cache from functools import lru_cache
# Dummy comment.
HAS_BITS_AND_BYTES = True HAS_BITS_AND_BYTES = True
try: try:
import bitsandbytes as bnb import bitsandbytes as bnb