dar-tau commited on
Commit
1f6dcbd
1 Parent(s): 25fb83c

Update configs.py

Browse files
Files changed (1) hide show
  1. configs.py +2 -0
configs.py CHANGED
@@ -1,4 +1,6 @@
1
  import os
 
 
2
 
3
  llama_layers_format = 'model.layers.{k}'
4
  gpt_layers_format = 'transformer.h.{k}'
 
1
  import os
2
+ import torch
3
+
4
 
5
  llama_layers_format = 'model.layers.{k}'
6
  gpt_layers_format = 'transformer.h.{k}'