Commit History

Install dependencies from requirements.txt.
0bd1aa2

darabos commited on

Open code files from directory + related stuff.
13ae1a3

darabos commited on

Make presence markers visible.
1e1a7f3

darabos commited on

Pass code edits through CRDT.
ca97c6b

darabos commited on

Code editor. (Not saving edits yet.)
544e2ab

darabos commited on

Load ops from .py files in the data directory.
21e70fe

darabos commited on

Add n_neighbors, min_dist, and metric options for UMAP.
ee35ea7

darabos commited on

Split out ml_ops.py, add "View vector" box.
38c7ee6

darabos commited on

Do not re-run on tables opening/closing, address review.
00663e3

darabos commited on

Store which tables are open. #113
94d9c60

darabos commited on

Properly show "0" (int) value parameter.
39ecfd3

darabos commited on

View training loss curve.
0e4c56c

darabos commited on

Hide expander when there is nothing to expand.
935885e

darabos commited on

Rename core/ops to pytorch_core/pytorch_ops.
5faa80b

darabos commited on

14 PyTorch ops.
aaf43fc

darabos commited on

Split ops from infrastructure code.
c3b473d

darabos commited on

Make new optimizer when model is copied.
a4e8413

darabos commited on

Non-blocking training.
485f9a0

darabos commited on

Run frontend build before frontend test.
e49c19d

darabos commited on

Do not track tensor shapes. Much simpler!
0002aae

darabos commited on

Test for repeats.
e6745ef

darabos commited on

Repeat boxes working.
bd0c2d5

darabos commited on

Split build_model() so we can repeat a part.
edfd36a

darabos commited on

Dependency-based repeat instead of using regions.
1d11da9

darabos commited on

Each op makes its own layer. #107
acb2b67

darabos commited on

Split repeat boxes into start/end boxes.
9de2c6f

darabos commited on

Reliable model mapping frontend.
99b0790

darabos commited on

Merge pull request #103 from biggraph/darabos-100-columns
8d6b9c3

darabos commited on

Forgot to add ruff.toml.
1ba5c08

darabos commited on

Merge pull request #101 from biggraph/darabos-100-columns
2a53116

darabos commited on

Change formatters from 80 columns to 100 columns.
1270bff

darabos commited on

Merge pull request #96 from biggraph/darabos-model-designer
7845d7c

darabos commited on

Rename ODE-GNN experiment workspace.
952a4a8

darabos commited on

Replace default_display with an input_metadata field with simpler semantics.
f89e59f

darabos commited on

Merge pull request #100 from biggraph/darabos-generative-screening-skeleton
b29bdca

darabos commited on

Allow animation for progress indication.
7c37a71

darabos commited on

Some placeholders for NIMs.
e34584c

darabos commited on

Allow "False" as a valid display.
c770ca2

darabos commited on

Mapping UI is now working.
5951713

darabos commited on

Disable scroll to zoom. (#71) Use pinch!
46e3932

darabos commited on

A UI for mapping model bindings.
5f57a53

darabos commited on

Training and inference.
ad5c4e4

darabos commited on

Model creation and training for basic layers.
2f4e3c5

darabos commited on

Add PyTorch dependency.
fc3e708

darabos commited on

Make this suitable for demo deployment.
d3d92e2

darabos commited on

Merge branch 'main' into darabos-model-designer
9f7de9a

darabos commited on

Merge pull request #93 from biggraph/darabos-hf-secrets
0427876

darabos commited on

Use environment variables for selecting the models.
f06da91

darabos commited on

Hide joblib-cache, fix decorator ordering.
4415173

darabos commited on

Let Graph RAG demo use OpenAI instead of local models.
b1c45c0

darabos commited on