McaTech commited on
Commit
22712e5
·
verified ·
1 Parent(s): 2dedfb1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -49,10 +49,6 @@ NONET is intended for lightweight offline use, particularly on local devices lik
49
  - Local assistants (no internet required)
50
  - Embedded Android or Python apps
51
 
52
- ### Downstream Use
53
-
54
- - Try the **Android app**: [Download ChatNONET APK](https://drive.google.com/file/d/1-5Ozx_VsOUBS5_b4yS40MCaNZge_5_1f/view?usp=sharing)
55
-
56
  ### Out-of-Scope Use
57
 
58
  - Long-form text generation
@@ -70,7 +66,9 @@ NONET may reproduce biases present in its base models or fine-tuning data. Outpu
70
  - Avoid over-reliance for personal or legal advice
71
 
72
  ## How to Get Started with the Model
73
-
 
 
74
  ```bash
75
  # Clone llama.cpp and build it
76
  git clone https://github.com/ggerganov/llama.cpp
 
49
  - Local assistants (no internet required)
50
  - Embedded Android or Python apps
51
 
 
 
 
 
52
  ### Out-of-Scope Use
53
 
54
  - Long-form text generation
 
66
  - Avoid over-reliance for personal or legal advice
67
 
68
  ## How to Get Started with the Model
69
+ ### For Android Devices
70
+ - Try the **Android app**: [Download ChatNONET APK](https://drive.google.com/file/d/1-5Ozx_VsOUBS5_b4yS40MCaNZge_5_1f/view?usp=sharing)
71
+ ### You can also build llama.cpp your own and run it
72
  ```bash
73
  # Clone llama.cpp and build it
74
  git clone https://github.com/ggerganov/llama.cpp