summaryrefslogtreecommitdiffstats
path: root/train_lora.py
diff options
context:
space:
mode:
Diffstat (limited to 'train_lora.py')
-rw-r--r--train_lora.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/train_lora.py b/train_lora.py
index 70fbae4..737af58 100644
--- a/train_lora.py
+++ b/train_lora.py
@@ -46,7 +46,7 @@ torch.backends.cudnn.benchmark = True
46torch._dynamo.config.log_level = logging.WARNING 46torch._dynamo.config.log_level = logging.WARNING
47 47
48hidet.torch.dynamo_config.use_tensor_core(True) 48hidet.torch.dynamo_config.use_tensor_core(True)
49# hidet.torch.dynamo_config.use_attention(True) 49hidet.torch.dynamo_config.use_attention(True)
50hidet.torch.dynamo_config.search_space(0) 50hidet.torch.dynamo_config.search_space(0)
51 51
52 52