xianchaowu commited on
Commit
cd0f47e
1 Parent(s): 4900ca9
Files changed (1) hide show
  1. usage.py +1 -1
usage.py CHANGED
@@ -11,7 +11,7 @@ from peft import PeftModel, PeftConfig
11
  import os
12
  import torch
13
 
14
- import ipdb; ipdb.set_trace()
15
  cache_dir="/workspace/asr/peft/qlora"
16
  # TODO set this cache_dir to the path where you stored (or, want to store) llama2-7bhf model
17
 
 
11
  import os
12
  import torch
13
 
14
+ #import ipdb; ipdb.set_trace()
15
  cache_dir="/workspace/asr/peft/qlora"
16
  # TODO set this cache_dir to the path where you stored (or, want to store) llama2-7bhf model
17