* refactor nitro folder structure inside inference plugin * Change to flat folder structure for nitro binary * Remove all exiting nitro binary file * add download command for nitron linux cuda * Add yarn script to download nitro * Add build deps to data-plugins yarn script * add chmod for nitro binary file --------- Co-authored-by: Hien To <tominhhien97@gmail.com> Co-authored-by: Service Account <service@jan.ai>
24 lines
350 B
Plaintext
24 lines
350 B
Plaintext
.vscode
|
|
.env
|
|
|
|
# Jan inference
|
|
models/**
|
|
error.log
|
|
node_modules
|
|
*.tgz
|
|
yarn.lock
|
|
dist
|
|
build
|
|
.DS_Store
|
|
electron/renderer
|
|
package-lock.json
|
|
|
|
*.log
|
|
plugin-core/lib
|
|
core/lib/**
|
|
|
|
# Nitro binary files
|
|
plugins/inference-plugin/nitro/*/nitro
|
|
plugins/inference-plugin/nitro/*/*.exe
|
|
plugins/inference-plugin/nitro/*/*.dll
|
|
plugins/inference-plugin/nitro/*/*.metal |