Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/errors for some models including Mistral-7b and Flan-ul2 (#388)
* For some models like Mistral and Flan-UL2, when downloaded from the hub the binary files write to a snapshots/<uuid> subdirectory. Then when the files are committed, they cannot be found and the commit fails with an error. * Changed `local.split("/")[-1]` to os.path.basename(local) for compatibility with all OS including Windows. * Removed snapshots section * Removed additional line break. --------- Co-authored-by: Lachlan Cahill <[email protected]>
- Loading branch information