Alpslee
Alpslee
use 'pip install decord' on macbook m2, seems it did't work: ERROR: Could not find a version that satisfies the requirement decord (from versions: none) ERROR: No matching distribution found...
I run it on macbook m2 air, when run: python tools/download_model.py --model VILA_7B_awq_int4_CLIP_ViT-L --QM QM_ARM I got this: Start downloading the model to ./LLaMA2_7B_chat_awq_int4.zip. 172KB [00:00, 267.55KB/s] File downloaded successfully:...
python -m awq.entry --model_path awq_cache/llama3-8b-w4-g128.pt \ --w_bit 4 --q_group_size 128 \ --run_awq --dump_awq awq_cache/llama3-8b-w4-g128.pt Traceback (most recent call last): File "/root/miniconda3/envs/awq/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File...