Skip to content

Commit

Permalink
Added missing parameters to the schema
Browse files Browse the repository at this point in the history
  • Loading branch information
abmazitov committed Sep 24, 2024
1 parent 4d4b76c commit 8a51cb2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/metatrain/experimental/pet/schema-hypers.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,20 @@
}
]
},
"K_CUT_DELTA": {
"oneOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"DTYPE": {
"type": "string",
"enum": ["float32", "float64", "bfloat16"]
},
"N_TARGETS": {
"type": "integer"
},
Expand Down

0 comments on commit 8a51cb2

Please sign in to comment.