Show HN: HoprLabs – a Python lab for prototyping AI math ideas

reboy1 pts0 comments

GitHub - TangibleResearch/HoprLabs: Test AI Ideas Using complex Math · GitHub

/" data-turbo-transient="true" />

Skip to content

Search or jump to...

Search code, repositories, users, issues, pull requests...

-->

Search

Clear

Search syntax tips

Provide feedback

--><br>We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel

Submit feedback

Saved searches

Use saved searches to filter your results more quickly

-->

Name

Query

To see all available qualifiers, see our documentation.

Cancel

Create saved search

Sign in

/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up

Appearance settings

Resetting focus

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

Uh oh!

There was an error while loading. Please reload this page.

TangibleResearch

HoprLabs

Public

Notifications<br>You must be signed in to change notification settings

Fork

Star

main

BranchesTags

Go to file

CodeOpen more actions menu

Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit

History<br>1 Commit<br>1 Commit

.github/workflows

.github/workflows

hoprlab

hoprlab

.gitignore

.gitignore

LICENSE

LICENSE

Makefile

Makefile

README.md

README.md

View all files

Repository files navigation

HoprLabs

HoprLab is a CLI and research toolkit for simulating AI training math before spending time and money on model training.

The working MVP lives in hoprlab/. It estimates model size, activation memory, optimizer memory, approximate VRAM usage, training time, token budget, config risks, benchmark speed, and reliability.

Quick Start

cd hoprlab<br>python3 -m venv .venv<br>.venv/bin/pip install -e ".[dev]"<br>.venv/bin/hoprlab estimate configs/example_transformer.yaml<br>.venv/bin/hoprlab simulate configs/example_transformer.yaml<br>.venv/bin/hoprlab benchmark<br>.venv/bin/hoprlab test-reliability configs/example_transformer.yaml

Or use the root Makefile:

make setup<br>make test<br>make build<br>make reliability

Native Backends

HoprLab includes optional native benchmark modules:

Rust: hoprlab/native/rust

C: hoprlab/native/c

The Python CLI falls back gracefully when native backends are unavailable.

License

MIT

About

Test AI Ideas Using complex Math

Resources

Readme

License

MIT license

Uh oh!

There was an error while loading. Please reload this page.

Activity

Custom properties

Stars

stars

Watchers

watching

Forks

forks

Report repository

Releases

No releases published

Packages

Uh oh!

There was an error while loading. Please reload this page.

Contributors

Uh oh!

There was an error while loading. Please reload this page.

Languages

Python<br>85.1%

7.1%

Rust<br>5.1%

Makefile<br>2.7%

You can’t perform that action at this time.

hoprlab reload venv search commit license

Related Articles