mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-24 20:19:51 +01:00
[to #42322933] add constants
This commit is contained in:
@@ -201,6 +201,8 @@ class ModelFile(object):
|
||||
TF_CKPT_PREFIX = 'ckpt-'
|
||||
TORCH_MODEL_FILE = 'pytorch_model.pt'
|
||||
TORCH_MODEL_BIN_FILE = 'pytorch_model.bin'
|
||||
VOCAB_FILE = 'vocab.txt'
|
||||
ONNX_MODEL_FILE = 'model.onnx'
|
||||
LABEL_MAPPING = 'label_mapping.json'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user