Skip to content

Minimal, Building Blocks for Large Language Models!

License

Notifications You must be signed in to change notification settings

gpavanb1/LLaMArch

Repository files navigation

LLaMArch

Downloads

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

About

Minimal, Building Blocks for Large Language Models!

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors