chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { LogHelper } from '@/helpers/log-helper'
|
||||
|
||||
import train from './train'
|
||||
|
||||
/**
|
||||
* Execute the training scripts
|
||||
*/
|
||||
;(async () => {
|
||||
try {
|
||||
await train()
|
||||
} catch (e) {
|
||||
LogHelper.error(`Failed to train: ${e}`)
|
||||
}
|
||||
})()
|
||||
Reference in New Issue
Block a user