Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
machineuser
commited on
Commit
·
2832a28
1
Parent(s):
e7caf98
Sync widgets demo
Browse files
packages/tasks/src/model-libraries.ts
CHANGED
@@ -40,6 +40,7 @@ export enum ModelLibrary {
|
|
40 |
"ml-agents" = "Unity ML-Agents",
|
41 |
"pythae" = "Pythae",
|
42 |
"mindspore" = "MindSpore",
|
|
|
43 |
}
|
44 |
|
45 |
export type ModelLibraryKey = keyof typeof ModelLibrary;
|
|
|
40 |
"ml-agents" = "Unity ML-Agents",
|
41 |
"pythae" = "Pythae",
|
42 |
"mindspore" = "MindSpore",
|
43 |
+
"unity-sentis" = "Unity Sentis",
|
44 |
}
|
45 |
|
46 |
export type ModelLibraryKey = keyof typeof ModelLibrary;
|