-
Notifications
You must be signed in to change notification settings - Fork 12
Q: about models load #8
Description
(main_task pid=65914) Retrying...
(main_task pid=65914) Error code: 404 - {'error': {'message': 'The model meta/llama-3.1-70b-instruct does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}, 'request_id': 'cca43f64-79fe-4880-b95b-32e7b402b526'}
(main_task pid=65914) Retrying...
(main_task pid=65914) Error code: 404 - {'error': {'message': 'The model meta/llama-3.1-70b-instruct does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}, 'request_id': 'fe064925-6437-4775-9fa2-cbc35c212724'}
(main_task pid=65914) Retrying...
(main_task pid=65914) Error code: 404 - {'error': {'message': 'The model meta/llama-3.1-8b-instruct does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}, 'request_id': 'ca818b1d-a238-40cc-9413-e11288931c9b'}
(main_task pid=65914) Retrying...
(main_task pid=65914) Error code: 404 - {'error': {'message': 'The model google/gemma-2-27b-it does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}, 'request_id': 'b236781e-57e0-4177-84f9-1300ad23a51a'}
(main_task pid=65914) Retrying...
Thank you for your excellent work. I encountered the issue mentioned above during reproduction, where it seems that Hugging Face cannot connect properly. I would like to ask, if a normal connection cannot be established, do I need to download all the models locally? Looking forward to your reply.