Do not specify the vocabulary file extension in the download pattern (#311)
This commit is contained in:
@@ -68,7 +68,7 @@ def download_model(
|
|||||||
"config.json",
|
"config.json",
|
||||||
"model.bin",
|
"model.bin",
|
||||||
"tokenizer.json",
|
"tokenizer.json",
|
||||||
"vocabulary.txt",
|
"vocabulary.*",
|
||||||
]
|
]
|
||||||
|
|
||||||
kwargs = {
|
kwargs = {
|
||||||
|
|||||||
Reference in New Issue
Block a user