lokinfey commited on
Commit
e0eef13
·
verified ·
1 Parent(s): acae08b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -13
README.md CHANGED
@@ -98,16 +98,3 @@ bundler.create_bundle(config)
98
  ```
99
 
100
 
101
- ### **🔥 Using adb push task model to your Android devices path**
102
-
103
-
104
- ```bash
105
-
106
- adb shell rm -r /data/local/tmp/llm/ # Remove any previously loaded models
107
-
108
- adb shell mkdir -p /data/local/tmp/llm/
109
-
110
- adb push 'Your Phi-3.5 task model path' /data/local/tmp/llm/phi3.task
111
-
112
- ```
113
-
 
98
  ```
99
 
100