llama-cpp-pro 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +19 -34
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # llama-cpp-pro
2
2
 
3
- [Actions Status](https://github.com/arusatech/llama-cpp-pro/actions)
4
- [License: MIT](https://opensource.org/licenses/MIT)
5
- [npm](https://www.npmjs.com/package/llama-cpp-pro/)
6
- [Support: ANNADATA.AI](https://annadata.ai/)
7
- [Principal Engineer / Architect: Mr. Yakub Mohammad](https://annadata.ai/)
3
+ [![Actions Status](https://github.com/arusatech/llama-cpp-pro/workflows/CI/badge.svg)](https://github.com/arusatech/llama-cpp-pro/actions)
4
+ [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5
+ [![npm](https://img.shields.io/npm/v/llama-cpp-pro.svg)](https://www.npmjs.com/package/llama-cpp-pro/)
6
+ [![Support: ANNADATA.AI](https://img.shields.io/badge/AI-ANNADATA.AI-orange.svg)](https://annadata.ai/)
7
+ [![Principal Engineer / Architect: Mr. Yakub Mohammad](https://img.shields.io/badge/Principal%20Architect-Mr.%20Yakub%20Mohammad-blue.svg)](https://annadata.ai/)
8
8
 
9
9
  A native Capacitor plugin that embeds [llama.cpp](https://github.com/ggerganov/llama.cpp) directly into mobile apps, enabling offline AI inference with comprehensive support for text generation, multimodal processing, TTS, LoRA adapters, and more.
10
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "llama-cpp-pro",
3
- "version": "0.2.2",
4
- "description": "Pro llama.cpp Capacitor plugin for offline AI on iOS, Android, Web/PWA, and Desktop text generation, chat, multimodal, TTS, LoRA, embeddings, and more.",
3
+ "version": "0.2.3",
4
+ "description": "Run llama.cpp offline in Capacitor apps GGUF LLMs on iOS, Android, Web/PWA, and Electron with chat, embeddings, multimodal, TTS, and LoRA.",
5
5
  "main": "dist/plugin.cjs",
6
6
  "type": "module",
7
7
  "module": "dist/esm/index.js",
@@ -78,37 +78,30 @@
78
78
  },
79
79
  "homepage": "https://annadata.ai",
80
80
  "keywords": [
81
- "capacitor",
82
- "plugin",
83
- "native",
84
- "ios",
85
- "rocm",
86
- "intel",
87
- "amd",
88
- "nvidia",
89
- "cuda",
90
- "vulkan",
91
- "metal",
92
- "opengl",
93
- "webgpu",
94
- "webgl",
95
- "webassembly",
96
- "wasm",
97
- "beaglebone",
98
- "raspberry-pi",
99
- "android",
100
81
  "llama",
101
82
  "llama-cpp",
102
83
  "llama.cpp",
84
+ "gguf",
85
+ "llm",
86
+ "capacitor",
87
+ "capacitor-plugin",
88
+ "offline-ai",
89
+ "local-llm",
90
+ "ios",
91
+ "android",
92
+ "electron",
93
+ "pwa",
103
94
  "bindings",
104
95
  "ai",
105
96
  "cmake",
106
97
  "cmake-js",
107
98
  "prebuilt-binaries",
108
- "llm",
109
- "gguf",
99
+ "metal",
100
+ "cuda",
101
+ "vulkan",
110
102
  "grammar",
111
103
  "embedding",
104
+ "embeddings",
112
105
  "rerank",
113
106
  "reranking",
114
107
  "json-grammar",
@@ -124,6 +117,7 @@
124
117
  "seed",
125
118
  "xtc",
126
119
  "json-schema",
120
+ "raspberry-pi",
127
121
  "self-hosted",
128
122
  "local",
129
123
  "catai",
@@ -137,19 +131,10 @@
137
131
  "lora",
138
132
  "batching",
139
133
  "gpu",
140
- "machine-learning",
141
- "offline-ai",
142
- "text-generation",
143
134
  "multimodal",
144
- "tts",
145
- "text-to-speech",
146
- "embeddings",
147
135
  "chat-completion",
148
- "annadata",
149
- "annadata.ai",
150
- "llama-cpp-pro",
151
- "llama-cpp-capacitor",
152
- "large-language-model"
136
+ "ionic",
137
+ "annadata"
153
138
  ],
154
139
  "scripts": {
155
140
  "verify": "npm run verify:ios && npm run verify:android && npm run verify:web",