psaegert
commited on
Fix repo path in manifest
Browse files- manifest.json +3 -3
manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"dev_7-3": {
|
| 3 |
"description": "Development engine 7-3 for mathematical expression simplification.",
|
| 4 |
"type": "engine",
|
| 5 |
-
"repo_id": "psaegert/simplipy-assets",
|
| 6 |
"directory": "engines/dev_7-3",
|
| 7 |
"files": [
|
| 8 |
"config.yaml",
|
|
@@ -13,7 +13,7 @@
|
|
| 13 |
"dev_7-2": {
|
| 14 |
"description": "Development engine 7-2 for mathematical expression simplification.",
|
| 15 |
"type": "engine",
|
| 16 |
-
"repo_id": "psaegert/simplipy-assets",
|
| 17 |
"directory": "engines/dev_7-2",
|
| 18 |
"files": [
|
| 19 |
"config.yaml",
|
|
@@ -24,7 +24,7 @@
|
|
| 24 |
"expressions_10k": {
|
| 25 |
"description": "10,000 test expressions for SimpliPy validation.",
|
| 26 |
"type": "test-data",
|
| 27 |
-
"repo_id": "psaegert/simplipy-assets",
|
| 28 |
"directory": "test-data",
|
| 29 |
"files": [
|
| 30 |
"expressions_10k.json"
|
|
|
|
| 2 |
"dev_7-3": {
|
| 3 |
"description": "Development engine 7-3 for mathematical expression simplification.",
|
| 4 |
"type": "engine",
|
| 5 |
+
"repo_id": "psaegert/simplipy-assets-test",
|
| 6 |
"directory": "engines/dev_7-3",
|
| 7 |
"files": [
|
| 8 |
"config.yaml",
|
|
|
|
| 13 |
"dev_7-2": {
|
| 14 |
"description": "Development engine 7-2 for mathematical expression simplification.",
|
| 15 |
"type": "engine",
|
| 16 |
+
"repo_id": "psaegert/simplipy-assets-test",
|
| 17 |
"directory": "engines/dev_7-2",
|
| 18 |
"files": [
|
| 19 |
"config.yaml",
|
|
|
|
| 24 |
"expressions_10k": {
|
| 25 |
"description": "10,000 test expressions for SimpliPy validation.",
|
| 26 |
"type": "test-data",
|
| 27 |
+
"repo_id": "psaegert/simplipy-assets-test",
|
| 28 |
"directory": "test-data",
|
| 29 |
"files": [
|
| 30 |
"expressions_10k.json"
|