You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use MemOS with [Ollama](https://ollama.com/), first install the Ollama CLI:
153
+
154
+
```bash
155
+
curl -fsSL https://ollama.com/install.sh | sh
156
+
```
157
+
158
+
#### Transformers Support
159
+
160
+
To use functionalities based on the `transformers` library, ensure you have [PyTorch](https://pytorch.org/get-started/locally/) installed (CUDA version recommended for GPU acceleration).
161
+
162
+
#### Download Examples
163
+
164
+
To download example code, data and configurations, run the following command:
165
+
166
+
```bash
167
+
memos download_examples
168
+
```
169
+
170
+
120
171
## 🚀 Getting Started
121
172
122
173
### ⭐️ MemOS online API
@@ -237,55 +288,6 @@ res = client.create_knowledgebase(
237
288
print(f"result: {res}")
238
289
```
239
290
240
-
## 📦 Installation
241
-
242
-
### Install via pip
243
-
244
-
```bash
245
-
pip install MemoryOS
246
-
```
247
-
248
-
### Optional Dependencies
249
-
250
-
MemOS provides several optional dependency groups for different features. You can install them based on your needs.
To use MemOS with [Ollama](https://ollama.com/), first install the Ollama CLI:
272
-
273
-
```bash
274
-
curl -fsSL https://ollama.com/install.sh | sh
275
-
```
276
-
277
-
#### Transformers Support
278
-
279
-
To use functionalities based on the `transformers` library, ensure you have [PyTorch](https://pytorch.org/get-started/locally/) installed (CUDA version recommended for GPU acceleration).
280
-
281
-
#### Download Examples
282
-
283
-
To download example code, data and configurations, run the following command:
284
-
285
-
```bash
286
-
memos download_examples
287
-
```
288
-
289
291
## 💬 Community & Support
290
292
291
293
Join our community to ask questions, share your projects, and connect with other developers.
0 commit comments