Skip to content

Commit fc42a1d

Browse files
authored
Update android.rst: fix commands of copying generated model weights (#851)
the model weights to be copied to device is created under dist/model_name/params
1 parent 48602de commit fc42a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deploy/android.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ weights you build, please follow the steps below.
164164

165165
.. code:: bash
166166
167-
adb push dist/models/vicuna-v1-7b/ /data/local/tmp/vicuna-v1-7b/
167+
adb push dist/vicuna-v1-7b-q4f16_1/params /data/local/tmp/vicuna-v1-7b/
168168
adb shell "mkdir -p /storage/emulated/0/Android/data/ai.mlc.mlcchat/files/"
169169
adb shell "mv /data/local/tmp/vicuna-v1-7b /storage/emulated/0/Android/data/ai.mlc.mlcchat/files/vicuna-v1-7b"
170170

0 commit comments

Comments
 (0)