TaPA icon indicating copy to clipboard operation
TaPA copied to clipboard

执行python scripts/convert_checkpoint.py --model_size 7B时,运行过程会被kill掉

Open Dylandtt opened this issue 1 year ago • 1 comments

python3.10/site-packages/pydantic/_migration.py:282: UserWarning: pydantic.utils:Representation has been removed. We are importing from pydantic.v1.utils:Representation instead.See the migration guide for more details: https://docs.pydantic.dev/latest/migration/ warnings.warn( 0%| | 0/1 [00:00<?, ?it/s]已杀死

Dylandtt avatar Jul 19 '23 10:07 Dylandtt

This problem might be caused by a lack of CPU memory, cover weights require at least 26GB of memory. Here you can find more detailed explanations and solutions issues#224. Also, you can download the converted weights directly from here.

Gary3410 avatar Jul 19 '23 11:07 Gary3410