Skip to content

Commit

Permalink
[inferno-ml] Simplify model permissions, add more metadata (#132)
Browse files Browse the repository at this point in the history
Includes several changes to the `Model` and related types:

- Model permissions are now expressed as a single group ID (which
simplifies things considerably)
- Models now contain `visibility` and `updated` fields, similar to
Inferno VC scripts
- Some smaller changes to `ModelVersion` (adding a high-level
description, etc...)
- Removal of `users` table, which isn't necessary

Since we don't need to support GHC 8 any longer, I've switched to using
`-XOverloadedRecordDot` in some places. I'm going to remove GHC 8
support entirely when I finish the compiler upgrade (blocked on NVIDIA
pain at the moment).
  • Loading branch information
ngua authored Sep 23, 2024
1 parent 2cb89d0 commit 25e359e
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 226 deletions.
Loading

0 comments on commit 25e359e

Please sign in to comment.