We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48602de commit fc42a1dCopy full SHA for fc42a1d
docs/deploy/android.rst
@@ -164,7 +164,7 @@ weights you build, please follow the steps below.
164
165
.. code:: bash
166
167
- adb push dist/models/vicuna-v1-7b/ /data/local/tmp/vicuna-v1-7b/
+ adb push dist/vicuna-v1-7b-q4f16_1/params /data/local/tmp/vicuna-v1-7b/
168
adb shell "mkdir -p /storage/emulated/0/Android/data/ai.mlc.mlcchat/files/"
169
adb shell "mv /data/local/tmp/vicuna-v1-7b /storage/emulated/0/Android/data/ai.mlc.mlcchat/files/vicuna-v1-7b"
170
0 commit comments