Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix downloading of models in the python binding
models come in files named like `csen.student.base.v1.cd5418ba6a412fc7.tar.gz`, but the directory they create when extracted are named like `csen.student.base`. we therefore need to remove not just the extension but everything following and including the 3rd period
- Loading branch information