LLaMArch
Minimal, Building Blocks for Large Language Models!
Installation
pip install llamarch
Usage
from llamarch import ...
Testing
To run the tests, first install the test dependencies:
pip install pytest
The tests require several services (Neo4j, Redis, Qdrant) to be running. You can use the provided docker-compose.yml to start these services:
docker compose up -d
Then run the tests using:
pytest
Alternatively, you can use the provided test script which starts the services, runs the tests, and then shuts down the services:
./scripts/run_tests.sh
Refer to the documentation site for more information.
Whom to contact?
Please direct your queries to gpavanb1 for any questions.
You can raise any issues faced while using the project at this link
How to create documentation?
The documentation is generated using mkdocs. Local version can be viewed using mkdocs serve and the deployment is done using
mkdocs gh-deploy
Release files for LLaMArch 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| llamarch-0.1.0.tar.gz | 21.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| llamarch-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 52.5 kB
Release files / llamarch-0.1.0.tar.gz
| Download URL | llamarch-0.1.0.tar.gz |
|---|---|
| Size | 21.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7c6f78523a2be42b24c4f13a542a66f0fdbdf497d4a8ae279c67358ec3b3bed6
|
|
BLAKE2b-256 checksum How to use checksums |
0f1d118550aee406c8a0cd2b244cd67b2fc62e7b21a2a26bb5e8a3a256a49095
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.0
|
Release files / llamarch-0.1.0-py3-none-any.whl
| Download URL | llamarch-0.1.0-py3-none-any.whl |
|---|---|
| Size | 31.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
aa93344c17038b4a279b06400e5e66ddb1768436d6794b68754b53da2fbc71ef
|
|
BLAKE2b-256 checksum How to use checksums |
315f238a63a6792e5da75ea4269e91d1937293df328c18d235ea2de760245f26
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.0
|