Explorar o código

Update the description

oobabooga %!s(int64=3) %!d(string=hai) anos
pai
achega
45168e9e7a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      convert-to-torch.py

+ 2 - 2
convert-to-torch.py

@@ -2,9 +2,9 @@
 Converts a transformers model to .pt, which is faster to load.
  
 Example:
-python convert.py models/opt-1.3b
+python convert-to-torch.py models/opt-1.3b
  
-Output will be written to torch-dumps/name-of-the-model.pt
+The output will be written to torch-dumps/name-of-the-model.pt
 '''
  
 from transformers import AutoModelForCausalLM, T5ForConditionalGeneration