[chore] - add additional binary extension (#2760)
* add rust binary extension * add additinal binary file extension for PyTorch serialized models
This commit is contained in:
@@ -102,6 +102,8 @@ var (
|
|||||||
"pyo": {}, // Compiled Python file
|
"pyo": {}, // Compiled Python file
|
||||||
"pyc": {}, // Compiled Python file
|
"pyc": {}, // Compiled Python file
|
||||||
"sym": {}, // Symbolic link, Unix/Linux
|
"sym": {}, // Symbolic link, Unix/Linux
|
||||||
|
"rlib": {}, // Rust library
|
||||||
|
"pth": {}, // Pytorch serialized model
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user