-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LLM on local device, can I Skip the file upload? #22
Comments
INFO:backoff:Backing off _try_upload_asset(...) for 2.6s (requests.exceptions.SSLError: HTTPSConnectionPool(host='tetrahub-qprod-userdata.s3.amazonaws.com', port=443): Max retries exceeded with url: /models/xxxxxxxxxxxx.aimet.zip?uploadId=xxxxxxxxxxxxxx-&partNumber=2&AWSAccessKeyId=xxxxxxx&Signature=xxxxxxxx&x-amz-security-token=xxxxxxxx(Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:2426)')))) if you get a error, network error or anything else, all your upload progress was gone and you have no idea to skip prev finished job |
I have also encountered a similar error. Have you resolved it? How did you solve it?
|
Additionally, I have found that this error recurs repeatedly. And it always happens during the upload process you mentioned.I tried three times, and the situation was the same each time. Is this actually a bug? |
finally, I have uploaded them to this Google Drive for reference. https://drive.google.com/drive/folders/19FHlmAi9Ucr0UbPN5v46XcGLPpyMkgiP?usp=sharing |
Thanks for your sharing! I tried it myself and made it to the step of downloading the model at the end. However, I failed to download the third part of the model. Have you encountered this issue? The error is as follows: |
https://github.com/quic/ai-hub-apps/tree/main/tutorials/llm_on_genie
When I execute the command:
python -m qai_hub_models.models.llama_v3_8b_chat_quantized.export --device "Snapdragon 8 Elite QRD" --skip-inferencing --skip-profiling --output-dir genie_bundle
I do not want to upload the files because it wastes several hours.
Can I just convert the model, save it locally on Ubuntu, and then use adb push to transfer it to Android?
It seems like I must complete the upload process to generate the binary model files
(e.g., llama_v3_8b_chat_quantized_part_X_of_X.bin).
Is that correct?
The text was updated successfully, but these errors were encountered: