chinoll commited on
Commit
6f0e670
1 Parent(s): 3310062

Update gptq.py

Browse files
Files changed (1) hide show
  1. gptq.py +1 -1
gptq.py CHANGED
@@ -5,7 +5,7 @@ import torch
5
  import torch.nn as nn
6
  import transformers
7
 
8
- from quant import *
9
 
10
 
11
  DEBUG = False
 
5
  import torch.nn as nn
6
  import transformers
7
 
8
+ from .quant import *
9
 
10
 
11
  DEBUG = False