Instructions to use jazeelmohd/mobileo_android with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use jazeelmohd/mobileo_android with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="jazeelmohd/mobileo_android", filename="text_encoder.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use jazeelmohd/mobileo_android with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf jazeelmohd/mobileo_android:F16 # Run inference directly in the terminal: llama cli -hf jazeelmohd/mobileo_android:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf jazeelmohd/mobileo_android:F16 # Run inference directly in the terminal: llama cli -hf jazeelmohd/mobileo_android:F16
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf jazeelmohd/mobileo_android:F16 # Run inference directly in the terminal: ./llama-cli -hf jazeelmohd/mobileo_android:F16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf jazeelmohd/mobileo_android:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf jazeelmohd/mobileo_android:F16
Use Docker
docker model run hf.co/jazeelmohd/mobileo_android:F16
- LM Studio
- Jan
- Ollama
How to use jazeelmohd/mobileo_android with Ollama:
ollama run hf.co/jazeelmohd/mobileo_android:F16
- Unsloth Studio
How to use jazeelmohd/mobileo_android with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for jazeelmohd/mobileo_android to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for jazeelmohd/mobileo_android to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for jazeelmohd/mobileo_android to start chatting
- Atomic Chat new
- Docker Model Runner
How to use jazeelmohd/mobileo_android with Docker Model Runner:
docker model run hf.co/jazeelmohd/mobileo_android:F16
- Lemonade
How to use jazeelmohd/mobileo_android with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull jazeelmohd/mobileo_android:F16
Run and chat with the model
lemonade run user.mobileo_android-F16
List all available models
lemonade list
v2: Update MNN models from Post-Train-Edit checkpoint
Browse files- .gitattributes +2 -0
- connector.mnn +0 -0
- connector.mnn.weight +1 -1
- connector_edit.mnn +0 -0
- connector_edit.mnn.weight +1 -1
- text_encoder.mnn +3 -0
- text_encoder.mnn.weight +3 -0
- transformer.mnn +1 -1
- transformer.mnn.weight +1 -1
- transformer_edit.mnn +1 -1
- transformer_edit.mnn.weight +2 -2
- vae_decoder.mnn +2 -2
- vae_decoder.mnn.weight +2 -2
.gitattributes
CHANGED
|
@@ -44,3 +44,5 @@ transformer_edit.mnn.weight filter=lfs diff=lfs merge=lfs -text
|
|
| 44 |
vae_decoder.mnn filter=lfs diff=lfs merge=lfs -text
|
| 45 |
vae_decoder.mnn.weight filter=lfs diff=lfs merge=lfs -text
|
| 46 |
vision_encoder.mnn filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 44 |
vae_decoder.mnn filter=lfs diff=lfs merge=lfs -text
|
| 45 |
vae_decoder.mnn.weight filter=lfs diff=lfs merge=lfs -text
|
| 46 |
vision_encoder.mnn filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
text_encoder.mnn filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
text_encoder.mnn.weight filter=lfs diff=lfs merge=lfs -text
|
connector.mnn
CHANGED
|
Binary files a/connector.mnn and b/connector.mnn differ
|
|
|
connector.mnn.weight
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 10051072
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0c3923a7817d8a1b5b5e5748872ab11ac103096d696e9d6d9ba3ac3763a9c84
|
| 3 |
size 10051072
|
connector_edit.mnn
CHANGED
|
Binary files a/connector_edit.mnn and b/connector_edit.mnn differ
|
|
|
connector_edit.mnn.weight
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 10850304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5252f12b8b6685b3ab9be951f54455e319e4281a3b37d534ed9d4dca2bd0a4bb
|
| 3 |
size 10850304
|
text_encoder.mnn
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5a4dba07d6fd91b9fd5d8d1516c6519a790ec150c3601ec55ae00ee7ec7f14f
|
| 3 |
+
size 381912
|
text_encoder.mnn.weight
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80bfc4939ca55da32a6d89c2d29a6deb1e9b72518bc9df769d349d74419eff59
|
| 3 |
+
size 1976423424
|
transformer.mnn
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 991552
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:088fe49d341a55647b71fc59ee39a4b905e0e886ea0af1395ddf15125be92a96
|
| 3 |
size 991552
|
transformer.mnn.weight
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2368037504
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d81fb4b4e609981327add0f42336c198ffa92fa7432a1375fb396794fb89f37
|
| 3 |
size 2368037504
|
transformer_edit.mnn
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 991552
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ce824e32fd8e7a63289698089c0e05df386e2ab744c7f99200b33b20ce67bed
|
| 3 |
size 991552
|
transformer_edit.mnn.weight
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:039626c0057e10e62cb53ba04c7ba06295f2f247b4d64c75ef6be9770d55505d
|
| 3 |
+
size 74305536
|
vae_decoder.mnn
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3b314e24722f8706abc834c5496b0884a43fb103361cdd405ec646c9c683c4f
|
| 3 |
+
size 661160
|
vae_decoder.mnn.weight
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbe768e78dcaef693365803fd384e8ba7006b4a37b161642c48cb3444bf39451
|
| 3 |
+
size 637274124
|