Gary3410 / TaPA

[arXiv 2023] Embodied Task Planning with Large Language Models
155 stars 11 forks source link

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

Open Dylandtt opened 1 year ago

Dylandtt commented 1 year ago

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]已杀死

Gary3410 commented 1 year ago

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.