Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aneoconsulting/armonik.linpyk
https://github.com/aneoconsulting/armonik.linpyk
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aneoconsulting/armonik.linpyk
- Owner: aneoconsulting
- License: other
- Created: 2023-08-25T13:46:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T10:32:52.000Z (about 1 year ago)
- Last Synced: 2023-12-13T10:38:49.048Z (about 1 year ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 2
- 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
```