https://github.com/aneoconsulting/armonik.linpyk
https://github.com/aneoconsulting/armonik.linpyk
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aneoconsulting/armonik.linpyk
- Owner: aneoconsulting
- License: other
- Created: 2023-08-25T13:46:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T10:32:52.000Z (over 1 year ago)
- Last Synced: 2025-02-01T13:22:45.073Z (5 months ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```