Tom Aarsen commited on
Commit
b725c93
1 Parent(s): dca61cc

Remove unpad_inputs for now

Browse files

Should depending on user's attn_implementation instead

Files changed (1) hide show
  1. config.json +0 -1
config.json CHANGED
@@ -43,7 +43,6 @@
43
  "tie_word_embeddings": true,
44
  "torch_dtype": "float32",
45
  "transformers_version": "4.47.0.dev0",
46
- "unpad_inputs": true,
47
  "unpad_no_grad": true,
48
  "vocab_size": 50368
49
  }
 
43
  "tie_word_embeddings": true,
44
  "torch_dtype": "float32",
45
  "transformers_version": "4.47.0.dev0",
 
46
  "unpad_no_grad": true,
47
  "vocab_size": 50368
48
  }