Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aneoconsulting/armonik.linpyk


https://github.com/aneoconsulting/armonik.linpyk

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# LinPyK: A Python SDK for linear algebra on ArmoniK

## Installation

1. Create a new virtual environment: `python3 -m venv .venv`.

2. Activate the environment: `source .venv/bin/activate`.

3. Install dependencies: `pip install -r requirements.txt`.

4. Install graphviz binaries: `sudo apt update && sudo apt install graphviz graphviz-dev`.

5. Install LinPyK: `pip install -e .`.

6. Build the worker: `docker build -t linpyk-worker:latest .`

## Usage

Run the Cholesky example:

```
python3 examples/cholesky.py
```