mrcuddle commited on
Commit
17103cd
1 Parent(s): 2922a6c

Update hf_merge.py

Browse files
Files changed (1) hide show
  1. hf_merge.py +0 -2
hf_merge.py CHANGED
@@ -11,9 +11,7 @@ import sys
11
  import yaml
12
  from huggingface_hub import snapshot_download
13
  from huggingface_hub import HfApi, hf_hub_download
14
- import spaces
15
 
16
- @spaces.GPU
17
  def parse_arguments():
18
  parser = argparse.ArgumentParser(description="Merge HuggingFace models")
19
  parser.add_argument('repo_list', type=str, help='File containing list of repositories to merge, supports mergekit yaml or txt')
 
11
  import yaml
12
  from huggingface_hub import snapshot_download
13
  from huggingface_hub import HfApi, hf_hub_download
 
14
 
 
15
  def parse_arguments():
16
  parser = argparse.ArgumentParser(description="Merge HuggingFace models")
17
  parser.add_argument('repo_list', type=str, help='File containing list of repositories to merge, supports mergekit yaml or txt')