ppbrown commited on
Commit
e6baba3
1 Parent(s): 5695663

Update openclip/generate-embeddings-open.py

Browse files
openclip/generate-embeddings-open.py CHANGED
@@ -35,7 +35,7 @@ mname='openai'
35
  # hf-hub:hf-internal-testing/tiny-open-clip-model'
36
  # for mname
37
 
38
- outfile=f"{mtype}-{mname}.safetensors"
39
  print("Will save to:")
40
  print(" ",outfile)
41
  print("Loading",mtype,mname)
 
35
  # hf-hub:hf-internal-testing/tiny-open-clip-model'
36
  # for mname
37
 
38
+ outfile=f"{mtype}@{mname}.safetensors"
39
  print("Will save to:")
40
  print(" ",outfile)
41
  print("Loading",mtype,mname)