Commit ·
d3087c8
1
Parent(s): fe40a67
docs: align repository URLs with new name
Browse files- README.md +8 -8
- pyproject.toml +1 -1
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
# CRoM-EfficientLLM: Context Reranking and Management for Efficient LLMs
|
| 2 |
|
| 3 |
<p align="left">
|
| 4 |
-
<a href="https://github.com/Flamehaven/CRoM-EfficientLLM/actions">
|
| 5 |
-
<img alt="CI" src="https://img.shields.io/github/actions/workflow/status/Flamehaven/CRoM-EfficientLLM/ci.yml?branch=main" />
|
| 6 |
</a>
|
| 7 |
<a href="#-benchmarks">
|
| 8 |
<img alt="Bench" src="https://img.shields.io/badge/benchmarks-ready-success" />
|
|
@@ -10,13 +10,13 @@
|
|
| 10 |
<a href="LICENSE">
|
| 11 |
<img alt="License" src="https://img.shields.io/badge/license-Apache%202.0-blue" />
|
| 12 |
</a>
|
| 13 |
-
<a href="https://github.com/Flamehaven/CRoM-EfficientLLM/releases">
|
| 14 |
-
<img alt="Release" src="https://img.shields.io/github/v/release/Flamehaven/CRoM-EfficientLLM?display_name=tag" />
|
| 15 |
</a>
|
| 16 |
<a href="CHANGELOG.md">
|
| 17 |
<img alt="Versioning" src="https://img.shields.io/badge/semver-0.2.x-lightgrey" />
|
| 18 |
</a>
|
| 19 |
-
<a href="https://github.com/Flamehaven/CRoM-EfficientLLM/releases/latest">
|
| 20 |
<img alt="Wheel" src="https://img.shields.io/badge/wheel-available-success" />
|
| 21 |
</a>
|
| 22 |
</p>
|
|
@@ -40,8 +40,8 @@ Install the package directly from source using pip. For development, it's recomm
|
|
| 40 |
|
| 41 |
```bash
|
| 42 |
# Clone the repository
|
| 43 |
-
git clone https://github.com/Flamehaven/CRoM-EfficientLLM.git
|
| 44 |
-
cd CRoM-EfficientLLM
|
| 45 |
|
| 46 |
# Install in editable mode with development and plugin dependencies
|
| 47 |
pip install -e .[dev,plugins]
|
|
|
|
| 1 |
+
# CRoM-Context-Rot-Mitigation--EfficientLLM: Context Reranking and Management for Efficient LLMs
|
| 2 |
|
| 3 |
<p align="left">
|
| 4 |
+
<a href="https://github.com/Flamehaven/CRoM-Context-Rot-Mitigation--EfficientLLM/actions">
|
| 5 |
+
<img alt="CI" src="https://img.shields.io/github/actions/workflow/status/Flamehaven/CRoM-Context-Rot-Mitigation--EfficientLLM/ci.yml?branch=main" />
|
| 6 |
</a>
|
| 7 |
<a href="#-benchmarks">
|
| 8 |
<img alt="Bench" src="https://img.shields.io/badge/benchmarks-ready-success" />
|
|
|
|
| 10 |
<a href="LICENSE">
|
| 11 |
<img alt="License" src="https://img.shields.io/badge/license-Apache%202.0-blue" />
|
| 12 |
</a>
|
| 13 |
+
<a href="https://github.com/Flamehaven/CRoM-Context-Rot-Mitigation--EfficientLLM/releases">
|
| 14 |
+
<img alt="Release" src="https://img.shields.io/github/v/release/Flamehaven/CRoM-Context-Rot-Mitigation--EfficientLLM?display_name=tag" />
|
| 15 |
</a>
|
| 16 |
<a href="CHANGELOG.md">
|
| 17 |
<img alt="Versioning" src="https://img.shields.io/badge/semver-0.2.x-lightgrey" />
|
| 18 |
</a>
|
| 19 |
+
<a href="https://github.com/Flamehaven/CRoM-Context-Rot-Mitigation--EfficientLLM/releases/latest">
|
| 20 |
<img alt="Wheel" src="https://img.shields.io/badge/wheel-available-success" />
|
| 21 |
</a>
|
| 22 |
</p>
|
|
|
|
| 40 |
|
| 41 |
```bash
|
| 42 |
# Clone the repository
|
| 43 |
+
git clone https://github.com/Flamehaven/CRoM-Context-Rot-Mitigation--EfficientLLM.git
|
| 44 |
+
cd CRoM-Context-Rot-Mitigation--EfficientLLM
|
| 45 |
|
| 46 |
# Install in editable mode with development and plugin dependencies
|
| 47 |
pip install -e .[dev,plugins]
|
pyproject.toml
CHANGED
|
@@ -37,7 +37,7 @@ haystack = [
|
|
| 37 |
]
|
| 38 |
|
| 39 |
[project.urls]
|
| 40 |
-
Homepage = "https://github.com/Flamehaven/CRoM-EfficientLLM"
|
| 41 |
|
| 42 |
[project.scripts]
|
| 43 |
"crom-demo" = "crom_efficientllm.demo:main"
|
|
|
|
| 37 |
]
|
| 38 |
|
| 39 |
[project.urls]
|
| 40 |
+
Homepage = "https://github.com/Flamehaven/CRoM-Context-Rot-Mitigation--EfficientLLM"
|
| 41 |
|
| 42 |
[project.scripts]
|
| 43 |
"crom-demo" = "crom_efficientllm.demo:main"
|