Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# efficient-context
|
2 |
|
3 |
A Python library for optimizing LLM context handling in CPU-constrained environments.
|
|
|
1 |
+
---
|
2 |
+
library_name: efficient-context
|
3 |
+
language: code
|
4 |
+
tags:
|
5 |
+
- context-optimization
|
6 |
+
- llm
|
7 |
+
- cpu-optimization
|
8 |
+
- resource-constrained
|
9 |
+
- memory-management
|
10 |
+
- python
|
11 |
+
license: mit
|
12 |
+
datasets:
|
13 |
+
- None
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- filepath: /Users/biswanath2.roul/Desktop/biswanath/office/poc/pypi/190525/efficient-context/README.md -->
|
17 |
# efficient-context
|
18 |
|
19 |
A Python library for optimizing LLM context handling in CPU-constrained environments.
|