This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
reshard_mp.py --num-output-parts 1
merges to smaller OPT file
#695
Labels
bug
Something isn't working
🐛 Bug
Using
reshard_mp.py
with--num-output-parts 1
gives me a smaller file with OPT-1.3B and OPT-125M. However, behavior is expected for OPT-IML-30B.To Reproduce
Steps to reproduce the behavior:
reshard_mp.py
:cd ~/models/; du -shc opt_1b3/*
The same thing happens for OPT-125M:
OPT-IML-30B was fine:
Expected Behavior
The output file size should equate to the total size of all input files.
Environment
pip
, following thisThe text was updated successfully, but these errors were encountered: