Hamid Shojanazeri пре 1 година
родитељ
комит
c4e96af6ee
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      inference/inference.py

+ 0 - 1
inference/inference.py

@@ -13,7 +13,6 @@ from typing import List
 from transformers import LlamaTokenizer
 from safety_utils import get_safety_checker
 from model_utils import load_model, load_peft_model, load_llama_from_config
-from accelerate import init_empty_weights
 
 def main(
     model_name,