Skip to content
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

Readme should be updated: adb command #1

Open
sayemPasha opened this issue Oct 15, 2024 · 0 comments
Open

Readme should be updated: adb command #1

sayemPasha opened this issue Oct 15, 2024 · 0 comments

Comments

@sayemPasha
Copy link

Readme states that-
2. Execute below command to push models to Android device respectively (must be physical device) adb push /the/path/to/gemma-2b-it-gpu-int8.bin data/local/tmp/llm/
but the downloaded model is 'gemma-1.1-2b-it-gpu-int4.bin'
which causes the adb push command not working
Solution: Update the adb command
adb push gemma-1.1-2b-it-gpu-int4.bin data/local/tmp/llm/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant