mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
updating engine training for training
This commit is contained in:
@@ -91,6 +91,44 @@
|
||||
"command": "bash scripts/nx_research.sh docker-train-publish",
|
||||
"cwd": "."
|
||||
}
|
||||
},
|
||||
"whoclicked-publish": {
|
||||
"executor": "nx:run-commands",
|
||||
"dependsOn": [
|
||||
"install"
|
||||
],
|
||||
"options": {
|
||||
"command": "bash scripts/nx_research.sh whoclicked-publish",
|
||||
"cwd": "."
|
||||
}
|
||||
},
|
||||
"tpu-ray-bootstrap": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"command": "bash scripts/nx_research.sh tpu-ray-bootstrap",
|
||||
"cwd": "."
|
||||
}
|
||||
},
|
||||
"tpu-ray-deps": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"command": "bash scripts/nx_research.sh tpu-ray-deps",
|
||||
"cwd": "."
|
||||
}
|
||||
},
|
||||
"tpu-ray-verify": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"command": "bash scripts/nx_research.sh tpu-ray-verify",
|
||||
"cwd": "."
|
||||
}
|
||||
},
|
||||
"tpu-ray-teardown": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"command": "bash scripts/nx_research.sh tpu-ray-teardown",
|
||||
"cwd": "."
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
|
||||
Reference in New Issue
Block a user