jetson-examples 0.1.7__tar.gz → 0.1.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/PKG-INFO +8 -8
  2. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/README.md +7 -7
  3. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/jetson_examples.egg-info/PKG-INFO +8 -8
  4. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/jetson_examples.egg-info/SOURCES.txt +6 -0
  5. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/pyproject.toml +1 -1
  6. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/comfyui/clean.sh +3 -1
  7. {jetson_examples-0.1.7/reComputer/scripts/ultralytics-yolo → jetson_examples-0.1.9/reComputer/scripts/comfyui}/config.yaml +9 -11
  8. jetson_examples-0.1.9/reComputer/scripts/comfyui/init.sh +9 -0
  9. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/comfyui/run.sh +2 -2
  10. {jetson_examples-0.1.7/reComputer/scripts/comfyui → jetson_examples-0.1.9/reComputer/scripts/llama3}/config.yaml +13 -11
  11. jetson_examples-0.1.9/reComputer/scripts/llama3/init.sh +19 -0
  12. jetson_examples-0.1.9/reComputer/scripts/ollama/config.yaml +31 -0
  13. jetson_examples-0.1.9/reComputer/scripts/ollama/init.sh +19 -0
  14. jetson_examples-0.1.9/reComputer/scripts/ultralytics-yolo/config.yaml +31 -0
  15. jetson_examples-0.1.9/reComputer/scripts/ultralytics-yolo/init.sh +4 -0
  16. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/ultralytics-yolo/run.sh +1 -0
  17. jetson_examples-0.1.9/reComputer/scripts/utils.sh +168 -0
  18. jetson_examples-0.1.9/reComputer/scripts/yolov10/config.yaml +31 -0
  19. jetson_examples-0.1.9/reComputer/scripts/yolov10/init.sh +20 -0
  20. jetson_examples-0.1.9/reComputer/scripts/yolov8-rail-inspection/config.yaml +31 -0
  21. jetson_examples-0.1.9/reComputer/scripts/yolov8-rail-inspection/init.sh +5 -0
  22. jetson_examples-0.1.7/reComputer/scripts/comfyui/init.sh +0 -163
  23. jetson_examples-0.1.7/reComputer/scripts/text-generation-webui/init.sh +0 -16
  24. jetson_examples-0.1.7/reComputer/scripts/ultralytics-yolo/init.sh +0 -176
  25. jetson_examples-0.1.7/reComputer/scripts/whisper/init.sh +0 -16
  26. jetson_examples-0.1.7/reComputer/scripts/yolov10/init.sh +0 -52
  27. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/LICENSE +0 -0
  28. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/jetson_examples.egg-info/dependency_links.txt +0 -0
  29. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/jetson_examples.egg-info/entry_points.txt +0 -0
  30. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/jetson_examples.egg-info/top_level.txt +0 -0
  31. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/__init__.py +0 -0
  32. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/main.py +0 -0
  33. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/MoveNet-Lightning/clean.sh +0 -0
  34. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/MoveNet-Lightning/getVersion.sh +0 -0
  35. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/MoveNet-Lightning/init.sh +0 -0
  36. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/MoveNet-Lightning/readme.md +0 -0
  37. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/MoveNet-Lightning/run.sh +0 -0
  38. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/MoveNet-Thunder/clean.sh +0 -0
  39. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/MoveNet-Thunder/getVersion.sh +0 -0
  40. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/MoveNet-Thunder/init.sh +0 -0
  41. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/MoveNet-Thunder/readme.md +0 -0
  42. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/MoveNet-Thunder/run.sh +0 -0
  43. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/MoveNetJS/clean.sh +0 -0
  44. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/MoveNetJS/readme.md +0 -0
  45. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/MoveNetJS/run.sh +0 -0
  46. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/init.sh +0 -0
  47. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/run.sh +0 -0
  48. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/audiocraft/README.md +0 -0
  49. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/audiocraft/clean.sh +0 -0
  50. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/audiocraft/init.sh +0 -0
  51. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/audiocraft/run.sh +0 -0
  52. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/check.sh +0 -0
  53. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/clean.sh +0 -0
  54. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/comfyui/LICENSE +0 -0
  55. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/comfyui/README.md +0 -0
  56. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/depth-anything/Dockerfile +0 -0
  57. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/depth-anything/LICENSE +0 -0
  58. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/depth-anything/README.md +0 -0
  59. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/depth-anything/clean.sh +0 -0
  60. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/depth-anything/config.yaml +0 -0
  61. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/depth-anything/init.sh +0 -0
  62. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/depth-anything/run.sh +0 -0
  63. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/depth-anything-v2/Dockerfile +0 -0
  64. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/depth-anything-v2/LICENSE +0 -0
  65. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/depth-anything-v2/README.md +0 -0
  66. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/depth-anything-v2/clean.sh +0 -0
  67. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/depth-anything-v2/config.yaml +0 -0
  68. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/depth-anything-v2/init.sh +0 -0
  69. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/depth-anything-v2/run.sh +0 -0
  70. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/live-llava/init.sh +0 -0
  71. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/live-llava/run.sh +0 -0
  72. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/llama-factory/README.md +0 -0
  73. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/llama-factory/assets/llama-factory-Jetson.png +0 -0
  74. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/llama-factory/assets/training.gif +0 -0
  75. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/llama-factory/assets/webui.png +0 -0
  76. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/llama-factory/clean.sh +0 -0
  77. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/llama-factory/init.sh +0 -0
  78. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/llama-factory/run.sh +0 -0
  79. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/llama3/clean.sh +0 -0
  80. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/llama3/run.sh +0 -0
  81. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/llava/clean.sh +0 -0
  82. {jetson_examples-0.1.7/reComputer/scripts/llava-v1.6-vicuna-7b → jetson_examples-0.1.9/reComputer/scripts/llava}/init.sh +0 -0
  83. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/llava/run.sh +0 -0
  84. {jetson_examples-0.1.7/reComputer/scripts/llama3 → jetson_examples-0.1.9/reComputer/scripts/llava-v1.5-7b}/init.sh +0 -0
  85. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/llava-v1.5-7b/run.sh +0 -0
  86. {jetson_examples-0.1.7/reComputer/scripts/llava-v1.5-7b → jetson_examples-0.1.9/reComputer/scripts/llava-v1.6-vicuna-7b}/init.sh +0 -0
  87. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/llava-v1.6-vicuna-7b/run.sh +0 -0
  88. {jetson_examples-0.1.7/reComputer/scripts/llava → jetson_examples-0.1.9/reComputer/scripts/nanodb}/init.sh +0 -0
  89. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/nanodb/readme.md +0 -0
  90. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/nanodb/run.sh +0 -0
  91. {jetson_examples-0.1.7/reComputer/scripts/nanodb → jetson_examples-0.1.9/reComputer/scripts/nanoowl}/init.sh +0 -0
  92. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/nanoowl/run.sh +0 -0
  93. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/ollama/clean.sh +0 -0
  94. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/ollama/run.sh +0 -0
  95. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/parler-tts/clean.sh +0 -0
  96. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/parler-tts/getVersion.sh +0 -0
  97. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/parler-tts/init.sh +0 -0
  98. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/parler-tts/readme.md +0 -0
  99. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/parler-tts/run.sh +0 -0
  100. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/run.sh +0 -0
  101. {jetson_examples-0.1.7/reComputer/scripts/nanoowl → jetson_examples-0.1.9/reComputer/scripts/stable-diffusion-webui}/init.sh +0 -0
  102. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/stable-diffusion-webui/run.sh +0 -0
  103. {jetson_examples-0.1.7/reComputer/scripts/ollama → jetson_examples-0.1.9/reComputer/scripts/text-generation-webui}/init.sh +0 -0
  104. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/text-generation-webui/run.sh +0 -0
  105. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/ultralytics-yolo/LICENSE +0 -0
  106. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/ultralytics-yolo/README.md +0 -0
  107. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/ultralytics-yolo/clean.sh +0 -0
  108. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/update.sh +0 -0
  109. {jetson_examples-0.1.7/reComputer/scripts/stable-diffusion-webui → jetson_examples-0.1.9/reComputer/scripts/whisper}/init.sh +0 -0
  110. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/whisper/run.sh +0 -0
  111. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/yolov10/Dockerfile +0 -0
  112. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/yolov10/README.md +0 -0
  113. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/yolov10/assets/webui.png +0 -0
  114. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/yolov10/clean.sh +0 -0
  115. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/yolov10/run.sh +0 -0
  116. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/yolov8-rail-inspection/readme.md +0 -0
  117. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/reComputer/scripts/yolov8-rail-inspection/run.sh +0 -0
  118. {jetson_examples-0.1.7 → jetson_examples-0.1.9}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jetson-examples
3
- Version: 0.1.7
3
+ Version: 0.1.9
4
4
  Summary: Running Gen AI models and applications on NVIDIA Jetson devices with one-line command
5
5
  Author-email: luozhixin <zhixin.luo@seeed.cc>
6
6
  Project-URL: Homepage, https://github.com/Seeed-Projects/jetson-examples
@@ -62,7 +62,7 @@ Here are some examples that can be run:
62
62
  | ------------------------------------------------ | ------------------------ | --------------- | ---------- | --------------------------------------- |
63
63
  | 🆕 llama-factory | Finetune LLM | | 13.5GB | `reComputer run llama-factory` |
64
64
  | 🆕 [ComfyUI](/reComputer/scripts/comfyui/README.md) |Computer Vision | | 20GB | `reComputer run comfyui` |
65
- | 🆕 [Depth-Anything-V2](/reComputer/scripts/depth-anything-v2/README.md) |Computer Vision | | 15GB | `reComputer run depth-anything-v2` |
65
+ | [Depth-Anything-V2](/reComputer/scripts/depth-anything-v2/README.md) |Computer Vision | | 15GB | `reComputer run depth-anything-v2` |
66
66
  | [Depth-Anything](/reComputer/scripts/depth-anything/README.md) |Computer Vision | | 12.9GB | `reComputer run depth-anything` |
67
67
  | [Yolov10](/reComputer/scripts/yolov10/README.md) | Computer Vision | 7.2M | 5.74 GB | `reComputer run yolov10` |
68
68
  | Llama3 | Text (LLM) | 4.9GB | 10.5GB | `reComputer run llama3` |
@@ -74,9 +74,9 @@ Here are some examples that can be run:
74
74
  | [Nanodb](../reComputer/scripts/nanodb/readme.md) | Vector Database | 76GB | 7.0GB | `reComputer run nanodb` |
75
75
  | Whisper | Audio | 1.5GB | 6.0GB | `reComputer run whisper` |
76
76
  | [Yolov8-rail-inspection](/reComputer/scripts/yolov8-rail-inspection/readme.md) | Computer Vision | 6M | 13.8GB | `reComputer run yolov8-rail-inspection` |
77
- |🆕 [Ultralytics-yolo](/reComputer/scripts/ultralytics-yolo/README.md) | Computer Vision | | 15.4GB | `reComputer run ultralytics-yolo` |
78
- | 🆕 [TensorFlow MoveNet Thunder](/reComputer/scripts/MoveNet-Thunder/readme.md) |Computer Vision | | 7.7GB | `reComputer run MoveNet-Thunder` |
79
- | 🆕 [Parler-TTS mini: expresso](/reComputer/scripts/parler-tts/readme.md) | Audio | | 6.9GB | `reComputer run parler-tts` |
77
+ | [Ultralytics-yolo](/reComputer/scripts/ultralytics-yolo/README.md) | Computer Vision | | 15.4GB | `reComputer run ultralytics-yolo` |
78
+ | [TensorFlow MoveNet Thunder](/reComputer/scripts/MoveNet-Thunder/readme.md) |Computer Vision | | 7.7GB | `reComputer run MoveNet-Thunder` |
79
+ | [Parler-TTS mini: expresso](/reComputer/scripts/parler-tts/readme.md) | Audio | | 6.9GB | `reComputer run parler-tts` |
80
80
 
81
81
 
82
82
  > Note: You should have enough space to run example, like `LLaVA`, at least `27.4GB` totally
@@ -106,9 +106,9 @@ For any questions or further information, feel free to reach out via the GitHub
106
106
 
107
107
  ## TODO List
108
108
 
109
- - [x] detect host environment and install what we need
110
- - [x] all type jetson support checking list
111
- - [x] try jetpack 6.0
109
+ - [ ] detect host environment and install what we need
110
+ - [ ] all type jetson support checking list
111
+ - [ ] try jetpack 6.0
112
112
  - [ ] check disk space enough or not before run
113
113
  - [ ] allow to setting some configs, such as `BASE_PATH`
114
114
  - [ ] support jetson-containers update
@@ -47,7 +47,7 @@ Here are some examples that can be run:
47
47
  | ------------------------------------------------ | ------------------------ | --------------- | ---------- | --------------------------------------- |
48
48
  | 🆕 llama-factory | Finetune LLM | | 13.5GB | `reComputer run llama-factory` |
49
49
  | 🆕 [ComfyUI](/reComputer/scripts/comfyui/README.md) |Computer Vision | | 20GB | `reComputer run comfyui` |
50
- | 🆕 [Depth-Anything-V2](/reComputer/scripts/depth-anything-v2/README.md) |Computer Vision | | 15GB | `reComputer run depth-anything-v2` |
50
+ | [Depth-Anything-V2](/reComputer/scripts/depth-anything-v2/README.md) |Computer Vision | | 15GB | `reComputer run depth-anything-v2` |
51
51
  | [Depth-Anything](/reComputer/scripts/depth-anything/README.md) |Computer Vision | | 12.9GB | `reComputer run depth-anything` |
52
52
  | [Yolov10](/reComputer/scripts/yolov10/README.md) | Computer Vision | 7.2M | 5.74 GB | `reComputer run yolov10` |
53
53
  | Llama3 | Text (LLM) | 4.9GB | 10.5GB | `reComputer run llama3` |
@@ -59,9 +59,9 @@ Here are some examples that can be run:
59
59
  | [Nanodb](../reComputer/scripts/nanodb/readme.md) | Vector Database | 76GB | 7.0GB | `reComputer run nanodb` |
60
60
  | Whisper | Audio | 1.5GB | 6.0GB | `reComputer run whisper` |
61
61
  | [Yolov8-rail-inspection](/reComputer/scripts/yolov8-rail-inspection/readme.md) | Computer Vision | 6M | 13.8GB | `reComputer run yolov8-rail-inspection` |
62
- |🆕 [Ultralytics-yolo](/reComputer/scripts/ultralytics-yolo/README.md) | Computer Vision | | 15.4GB | `reComputer run ultralytics-yolo` |
63
- | 🆕 [TensorFlow MoveNet Thunder](/reComputer/scripts/MoveNet-Thunder/readme.md) |Computer Vision | | 7.7GB | `reComputer run MoveNet-Thunder` |
64
- | 🆕 [Parler-TTS mini: expresso](/reComputer/scripts/parler-tts/readme.md) | Audio | | 6.9GB | `reComputer run parler-tts` |
62
+ | [Ultralytics-yolo](/reComputer/scripts/ultralytics-yolo/README.md) | Computer Vision | | 15.4GB | `reComputer run ultralytics-yolo` |
63
+ | [TensorFlow MoveNet Thunder](/reComputer/scripts/MoveNet-Thunder/readme.md) |Computer Vision | | 7.7GB | `reComputer run MoveNet-Thunder` |
64
+ | [Parler-TTS mini: expresso](/reComputer/scripts/parler-tts/readme.md) | Audio | | 6.9GB | `reComputer run parler-tts` |
65
65
 
66
66
 
67
67
  > Note: You should have enough space to run example, like `LLaVA`, at least `27.4GB` totally
@@ -91,9 +91,9 @@ For any questions or further information, feel free to reach out via the GitHub
91
91
 
92
92
  ## TODO List
93
93
 
94
- - [x] detect host environment and install what we need
95
- - [x] all type jetson support checking list
96
- - [x] try jetpack 6.0
94
+ - [ ] detect host environment and install what we need
95
+ - [ ] all type jetson support checking list
96
+ - [ ] try jetpack 6.0
97
97
  - [ ] check disk space enough or not before run
98
98
  - [ ] allow to setting some configs, such as `BASE_PATH`
99
99
  - [ ] support jetson-containers update
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jetson-examples
3
- Version: 0.1.7
3
+ Version: 0.1.9
4
4
  Summary: Running Gen AI models and applications on NVIDIA Jetson devices with one-line command
5
5
  Author-email: luozhixin <zhixin.luo@seeed.cc>
6
6
  Project-URL: Homepage, https://github.com/Seeed-Projects/jetson-examples
@@ -62,7 +62,7 @@ Here are some examples that can be run:
62
62
  | ------------------------------------------------ | ------------------------ | --------------- | ---------- | --------------------------------------- |
63
63
  | 🆕 llama-factory | Finetune LLM | | 13.5GB | `reComputer run llama-factory` |
64
64
  | 🆕 [ComfyUI](/reComputer/scripts/comfyui/README.md) |Computer Vision | | 20GB | `reComputer run comfyui` |
65
- | 🆕 [Depth-Anything-V2](/reComputer/scripts/depth-anything-v2/README.md) |Computer Vision | | 15GB | `reComputer run depth-anything-v2` |
65
+ | [Depth-Anything-V2](/reComputer/scripts/depth-anything-v2/README.md) |Computer Vision | | 15GB | `reComputer run depth-anything-v2` |
66
66
  | [Depth-Anything](/reComputer/scripts/depth-anything/README.md) |Computer Vision | | 12.9GB | `reComputer run depth-anything` |
67
67
  | [Yolov10](/reComputer/scripts/yolov10/README.md) | Computer Vision | 7.2M | 5.74 GB | `reComputer run yolov10` |
68
68
  | Llama3 | Text (LLM) | 4.9GB | 10.5GB | `reComputer run llama3` |
@@ -74,9 +74,9 @@ Here are some examples that can be run:
74
74
  | [Nanodb](../reComputer/scripts/nanodb/readme.md) | Vector Database | 76GB | 7.0GB | `reComputer run nanodb` |
75
75
  | Whisper | Audio | 1.5GB | 6.0GB | `reComputer run whisper` |
76
76
  | [Yolov8-rail-inspection](/reComputer/scripts/yolov8-rail-inspection/readme.md) | Computer Vision | 6M | 13.8GB | `reComputer run yolov8-rail-inspection` |
77
- |🆕 [Ultralytics-yolo](/reComputer/scripts/ultralytics-yolo/README.md) | Computer Vision | | 15.4GB | `reComputer run ultralytics-yolo` |
78
- | 🆕 [TensorFlow MoveNet Thunder](/reComputer/scripts/MoveNet-Thunder/readme.md) |Computer Vision | | 7.7GB | `reComputer run MoveNet-Thunder` |
79
- | 🆕 [Parler-TTS mini: expresso](/reComputer/scripts/parler-tts/readme.md) | Audio | | 6.9GB | `reComputer run parler-tts` |
77
+ | [Ultralytics-yolo](/reComputer/scripts/ultralytics-yolo/README.md) | Computer Vision | | 15.4GB | `reComputer run ultralytics-yolo` |
78
+ | [TensorFlow MoveNet Thunder](/reComputer/scripts/MoveNet-Thunder/readme.md) |Computer Vision | | 7.7GB | `reComputer run MoveNet-Thunder` |
79
+ | [Parler-TTS mini: expresso](/reComputer/scripts/parler-tts/readme.md) | Audio | | 6.9GB | `reComputer run parler-tts` |
80
80
 
81
81
 
82
82
  > Note: You should have enough space to run example, like `LLaVA`, at least `27.4GB` totally
@@ -106,9 +106,9 @@ For any questions or further information, feel free to reach out via the GitHub
106
106
 
107
107
  ## TODO List
108
108
 
109
- - [x] detect host environment and install what we need
110
- - [x] all type jetson support checking list
111
- - [x] try jetpack 6.0
109
+ - [ ] detect host environment and install what we need
110
+ - [ ] all type jetson support checking list
111
+ - [ ] try jetpack 6.0
112
112
  - [ ] check disk space enough or not before run
113
113
  - [ ] allow to setting some configs, such as `BASE_PATH`
114
114
  - [ ] support jetson-containers update
@@ -12,6 +12,7 @@ reComputer/scripts/check.sh
12
12
  reComputer/scripts/clean.sh
13
13
  reComputer/scripts/run.sh
14
14
  reComputer/scripts/update.sh
15
+ reComputer/scripts/utils.sh
15
16
  reComputer/scripts/MoveNet-Lightning/clean.sh
16
17
  reComputer/scripts/MoveNet-Lightning/getVersion.sh
17
18
  reComputer/scripts/MoveNet-Lightning/init.sh
@@ -61,6 +62,7 @@ reComputer/scripts/llama-factory/assets/llama-factory-Jetson.png
61
62
  reComputer/scripts/llama-factory/assets/training.gif
62
63
  reComputer/scripts/llama-factory/assets/webui.png
63
64
  reComputer/scripts/llama3/clean.sh
65
+ reComputer/scripts/llama3/config.yaml
64
66
  reComputer/scripts/llama3/init.sh
65
67
  reComputer/scripts/llama3/run.sh
66
68
  reComputer/scripts/llava/clean.sh
@@ -76,6 +78,7 @@ reComputer/scripts/nanodb/run.sh
76
78
  reComputer/scripts/nanoowl/init.sh
77
79
  reComputer/scripts/nanoowl/run.sh
78
80
  reComputer/scripts/ollama/clean.sh
81
+ reComputer/scripts/ollama/config.yaml
79
82
  reComputer/scripts/ollama/init.sh
80
83
  reComputer/scripts/ollama/run.sh
81
84
  reComputer/scripts/parler-tts/clean.sh
@@ -98,8 +101,11 @@ reComputer/scripts/whisper/run.sh
98
101
  reComputer/scripts/yolov10/Dockerfile
99
102
  reComputer/scripts/yolov10/README.md
100
103
  reComputer/scripts/yolov10/clean.sh
104
+ reComputer/scripts/yolov10/config.yaml
101
105
  reComputer/scripts/yolov10/init.sh
102
106
  reComputer/scripts/yolov10/run.sh
103
107
  reComputer/scripts/yolov10/assets/webui.png
108
+ reComputer/scripts/yolov8-rail-inspection/config.yaml
109
+ reComputer/scripts/yolov8-rail-inspection/init.sh
104
110
  reComputer/scripts/yolov8-rail-inspection/readme.md
105
111
  reComputer/scripts/yolov8-rail-inspection/run.sh
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "jetson-examples"
7
- version = "0.1.7"
7
+ version = "0.1.9"
8
8
  authors = [{ name = "luozhixin", email = "zhixin.luo@seeed.cc" }]
9
9
  description = "Running Gen AI models and applications on NVIDIA Jetson devices with one-line command"
10
10
  readme = "README.md"
@@ -4,4 +4,6 @@ IMAGE_NAME="yaohui1998/comfyui"
4
4
 
5
5
  sudo docker stop $CONTAINER_NAME
6
6
  sudo docker rm $CONTAINER_NAME
7
- sudo docker rmi $IMAGE_NAME
7
+ sudo docker rmi $IMAGE_NAME
8
+
9
+ sudo rm -r /home/$USER/reComputer/ComfyUI
@@ -1,17 +1,15 @@
1
- allowed_l4t_versions:
1
+ # The tested JetPack versions.
2
+ ALLOWED_L4T_VERSIONS:
2
3
  - 35.3.1
3
4
  - 35.4.1
4
5
  - 35.5.0
5
- - 36.3.0 # Add your version here
6
- required_disk_space: 20 # in GB
7
- min_mem_gb: 4
8
- min_swap_gb: 2
9
- nvidia_jetson_package: "nvidia-jetpack"
10
- packages:
11
- #- "ros-noetic-ros-base"
12
- #- "flask"
13
- docker:
14
- desired_daemon_json: |
6
+ REQUIRED_DISK_SPACE: 30 # in GB
7
+ REQUIRED_MEM_SPACE: 15
8
+ PACKAGES:
9
+ - nvidia-jetpack
10
+ DOCKER:
11
+ ENABLE: true
12
+ DAEMON: |
15
13
  {
16
14
  "default-runtime": "nvidia",
17
15
  "runtimes": {
@@ -0,0 +1,9 @@
1
+ #!/bin/bash
2
+
3
+ # check the runtime environment.
4
+ source $(dirname "$(realpath "$0")")/../utils.sh
5
+ check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
6
+
7
+ # create folder.
8
+ BASE_PATH=/home/$USER/reComputer
9
+ mkdir -p $BASE_PATH/
@@ -6,7 +6,7 @@ IMAGE_NAME="yaohui1998/comfyui"
6
6
  # Pull the latest image
7
7
  docker pull $IMAGE_NAME
8
8
 
9
- cd ~/
9
+ cd /home/$USER/reComputer/
10
10
  git clone https://github.com/comfyanonymous/ComfyUI.git
11
11
 
12
12
 
@@ -21,7 +21,7 @@ else
21
21
  --name $CONTAINER_NAME \
22
22
  --privileged \
23
23
  --network host \
24
- -v ~/ComfyUI:/usr/src/ComfyUI-Seeed \
24
+ -v /home/$USER/reComputer/ComfyUI:/usr/src/ComfyUI-Seeed \
25
25
  -v /tmp/.X11-unix:/tmp/.X11-unix \
26
26
  -v /dev/*:/dev/* \
27
27
  -v /etc/localtime:/etc/localtime:ro \
@@ -1,14 +1,16 @@
1
- allowed_l4t_versions:
2
- - 35.3.1 # Add your version here
3
- required_disk_space: 30 # in GB
4
- min_mem_gb: 15
5
- min_swap_gb: 6
6
- nvidia_jetson_package: "nvidia-jetpack"
7
- packages:
8
- #- "ros-noetic-ros-base"
9
- #- "flask"
10
- docker:
11
- desired_daemon_json: |
1
+ # The tested JetPack versions.
2
+ ALLOWED_L4T_VERSIONS:
3
+ - 35.3.1
4
+ - 35.4.1
5
+ - 35.5.0
6
+ - 36.3.0
7
+ REQUIRED_DISK_SPACE: 15 # in GB
8
+ REQUIRED_MEM_SPACE: 7
9
+ PACKAGES:
10
+ - nvidia-jetpack
11
+ DOCKER:
12
+ ENABLE: true
13
+ DAEMON: |
12
14
  {
13
15
  "default-runtime": "nvidia",
14
16
  "runtimes": {
@@ -0,0 +1,19 @@
1
+ #!/bin/bash
2
+
3
+ # check the runtime environment.
4
+ source $(dirname "$(realpath "$0")")/../utils.sh
5
+ check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
6
+
7
+ BASE_PATH=/home/$USER/reComputer
8
+ mkdir -p $BASE_PATH/
9
+ JETSON_REPO_PATH="$BASE_PATH/jetson-containers"
10
+ BASE_JETSON_LAB_GIT="https://github.com/dusty-nv/jetson-containers"
11
+ if [ -d $JETSON_REPO_PATH ]; then
12
+ echo "jetson-ai-lab existed."
13
+ else
14
+ echo "jetson-ai-lab does not installed. start init..."
15
+ cd $BASE_PATH/
16
+ git clone --depth=1 $BASE_JETSON_LAB_GIT
17
+ cd $JETSON_REPO_PATH
18
+ bash install.sh
19
+ fi
@@ -0,0 +1,31 @@
1
+ # The tested JetPack versions.
2
+ ALLOWED_L4T_VERSIONS:
3
+ - 35.3.1
4
+ - 35.4.1
5
+ - 35.5.0
6
+ - 36.3.0
7
+ REQUIRED_DISK_SPACE: 15 # in GB
8
+ REQUIRED_MEM_SPACE: 7
9
+ PACKAGES:
10
+ - nvidia-jetpack
11
+ DOCKER:
12
+ ENABLE: true
13
+ DAEMON: |
14
+ {
15
+ "default-runtime": "nvidia",
16
+ "runtimes": {
17
+ "nvidia": {
18
+ "path": "nvidia-container-runtime",
19
+ "runtimeArgs": []
20
+ }
21
+ },
22
+ "storage-driver": "overlay2",
23
+ "data-root": "/var/lib/docker",
24
+ "log-driver": "json-file",
25
+ "log-opts": {
26
+ "max-size": "100m",
27
+ "max-file": "3"
28
+ },
29
+ "no-new-privileges": true,
30
+ "experimental": false
31
+ }
@@ -0,0 +1,19 @@
1
+ #!/bin/bash
2
+
3
+ # check the runtime environment.
4
+ source $(dirname "$(realpath "$0")")/../utils.sh
5
+ check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
6
+
7
+ BASE_PATH=/home/$USER/reComputer
8
+ mkdir -p $BASE_PATH/
9
+ JETSON_REPO_PATH="$BASE_PATH/jetson-containers"
10
+ BASE_JETSON_LAB_GIT="https://github.com/dusty-nv/jetson-containers"
11
+ if [ -d $JETSON_REPO_PATH ]; then
12
+ echo "jetson-ai-lab existed."
13
+ else
14
+ echo "jetson-ai-lab does not installed. start init..."
15
+ cd $BASE_PATH/
16
+ git clone --depth=1 $BASE_JETSON_LAB_GIT
17
+ cd $JETSON_REPO_PATH
18
+ bash install.sh
19
+ fi
@@ -0,0 +1,31 @@
1
+ # The tested JetPack versions.
2
+ ALLOWED_L4T_VERSIONS:
3
+ - 35.3.1
4
+ - 35.4.1
5
+ - 35.5.0
6
+ - 36.3.0
7
+ REQUIRED_DISK_SPACE: 20 # in GB
8
+ REQUIRED_MEM_SPACE: 4
9
+ PACKAGES:
10
+ - nvidia-jetpack
11
+ DOCKER:
12
+ ENABLE: true
13
+ DAEMON: |
14
+ {
15
+ "default-runtime": "nvidia",
16
+ "runtimes": {
17
+ "nvidia": {
18
+ "path": "nvidia-container-runtime",
19
+ "runtimeArgs": []
20
+ }
21
+ },
22
+ "storage-driver": "overlay2",
23
+ "data-root": "/var/lib/docker",
24
+ "log-driver": "json-file",
25
+ "log-opts": {
26
+ "max-size": "100m",
27
+ "max-file": "3"
28
+ },
29
+ "no-new-privileges": true,
30
+ "experimental": false
31
+ }
@@ -0,0 +1,4 @@
1
+ #!/bin/bash
2
+
3
+ source $(dirname "$(realpath "$0")")/../utils.sh
4
+ check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
@@ -9,6 +9,7 @@ docker pull $IMAGE_NAME
9
9
  # Check if the container with the specified name already exists
10
10
  if [ $(docker ps -a -q -f name=^/${CONTAINER_NAME}$) ]; then
11
11
  echo "Container $CONTAINER_NAME already exists. Starting and attaching..."
12
+ echo "Please open http://127.0.0.1:5001 to access the WebUI."
12
13
  docker start $CONTAINER_NAME
13
14
  docker exec -it $CONTAINER_NAME /bin/bash
14
15
  else
@@ -0,0 +1,168 @@
1
+ #!/bin/bash
2
+
3
+ check_base_env()
4
+ {
5
+ # 1. Set color value
6
+ RED=$(tput setaf 1)
7
+ GREEN=$(tput setaf 2)
8
+ YELLOW=$(tput setaf 3)
9
+ BLUE=$(tput setaf 4)
10
+ MAGENTA=$(tput setaf 5)
11
+ CYAN=$(tput setaf 6)
12
+ RESET=$(tput sgr0)
13
+
14
+ # 2. Load config file
15
+ local CONFIG_FILE=$1
16
+ echo "CONFIG_FILE_PATH=$CONFIG_FILE"
17
+
18
+ if [[ ! -f "$CONFIG_FILE" ]]; then
19
+ echo "Error: YAML file '$CONFIG_FILE' not found."
20
+ return 1
21
+ fi
22
+ # Install yq for parsing YAML file
23
+ if ! command -v yq &> /dev/null
24
+ then
25
+ echo "yq is not installed. Installing yq with pip3..."
26
+ pip3 install yq
27
+ if command -v yq &> /dev/null
28
+ then
29
+ echo "yq has been successfully installed."
30
+ else
31
+ echo "Failed to install yq."
32
+ exit 1
33
+ fi
34
+ else
35
+ echo "yq is already installed."
36
+ fi
37
+
38
+ if ! command -v jq &> /dev/null
39
+ then
40
+ echo "jq is not installed. Installing jq..."
41
+ sudo apt-get update
42
+ sudo apt-get install -y jq
43
+
44
+ if command -v jq &> /dev/null
45
+ then
46
+ echo "jq has been successfully installed."
47
+ jq --version
48
+ else
49
+ echo "Failed to install jq."
50
+ exit 1
51
+ fi
52
+ else
53
+ echo "jq is already installed."
54
+ jq --version
55
+ fi
56
+ ALLOWED_L4T_VERSIONS=($(yq -r '.ALLOWED_L4T_VERSIONS[]' $CONFIG_FILE))
57
+ REQUIRED_DISK_SPACE=$(yq -r '.REQUIRED_DISK_SPACE' $CONFIG_FILE)
58
+ REQUIRED_MEM_SPACE=$(yq -r '.REQUIRED_MEM_SPACE' $CONFIG_FILE)
59
+ PACKAGES=($(yq -r '.PACKAGES[]' $CONFIG_FILE))
60
+ DOCKER=$(yq -r '.DOCKER.ENABLE' $CONFIG_FILE)
61
+ DESIRED_DAEMON_JSON=$(yq -r '.DOCKER.DAEMON' $CONFIG_FILE)
62
+ echo "${ALLOWED_L4T_VERSIONS[@]}"
63
+ # 3. Check L4T version
64
+ ARCH=$(uname -i)
65
+ if [ "$ARCH" = "aarch64" ]; then
66
+ # Check for L4T version string
67
+ L4T_VERSION_STRING=$(head -n 1 /etc/nv_tegra_release)
68
+
69
+ if [ -z "$L4T_VERSION_STRING" ]; then
70
+ L4T_VERSION_STRING=$(dpkg-query --showformat='${Version}' --show nvidia-l4t-core)
71
+ fi
72
+
73
+ L4T_RELEASE=$(echo "$L4T_VERSION_STRING" | cut -f 2 -d ' ' | grep -Po '(?<=R)[^;]+')
74
+ L4T_REVISION=$(echo "$L4T_VERSION_STRING" | cut -f 2 -d ',' | grep -Po '(?<=REVISION: )[^;]+')
75
+ L4T_VERSION="$L4T_RELEASE.$L4T_REVISION"
76
+
77
+ elif [ "$ARCH" = "x86_64" ]; then
78
+ echo "${RED}Unsupported architecture: $ARCH${RESET}"
79
+ exit 1
80
+ fi
81
+
82
+ if [[ " ${ALLOWED_L4T_VERSIONS[@]} " =~ " ${L4T_VERSION} " ]]; then
83
+ echo "L4T VERSION ${GREEN}${L4T_VERSION}${RESET} is in the allowed: ${GREEN}OK!${RESET}"
84
+ else
85
+ echo "${RED}L4T VERSION ${GREEN}${L4T_VERSION}${RESET}${RED} is not in the allowed versions list.${RESET}"
86
+ echo "${RED}The JetPack versions currently supported by this container are: ${GREEN}${ALLOWED_L4T_VERSIONS[@]}${RESET}${RED}. ${RESET}"
87
+ echo "${RED}For more information : https://github.com/Seeed-Projects/jetson-examples ${RESET}"
88
+ exit 1
89
+ fi
90
+
91
+ # Install additional apt packages
92
+ for PACKAGE in $PACKAGES; do
93
+ if ! dpkg -l | grep -qw "$PACKAGE"; then
94
+ echo "Installing $PACKAGE..."
95
+ sudo apt-get install -y $PACKAGE
96
+ fi
97
+ echo "$PACKAGE is installed: ${GREEN}OK!${RESET}"
98
+ done
99
+
100
+ # 4. Check disk space
101
+ CURRENT_DISK_SPACE=$(df -BG --output=avail / | tail -1 | sed 's/[^0-9]*//g')
102
+ if [ "$CURRENT_DISK_SPACE" -lt "$REQUIRED_DISK_SPACE" ]; then
103
+ echo "${RED}Insufficient disk space. Required: ${REQUIRED_DISK_SPACE}G, Available: ${CURRENT_DISK_SPACE}G. ${RESET}"
104
+ exit 1
105
+ else
106
+ echo "Required ${GREEN}${REQUIRED_DISK_SPACE}GB${RESET}/${GREEN}${CURRENT_DISK_SPACE}GB${RESET} disk space: ${GREEN}OK!${RESET}"
107
+ fi
108
+
109
+ # 5. Check memory space
110
+ CURRENT_MEM_SPACE=$(free -g | awk '/^Mem:/{print $2}')
111
+ if [ "$CURRENT_MEM_SPACE" -lt "$REQUIRED_MEM_SPACE" ]; then
112
+ echo "${RED}Insufficient memory: $CURRENT_MEM_SPACE GB (minimum required: $REQUIRED_MEM_SPACE GB).${RESET}"
113
+ exit 1
114
+ else
115
+ echo "Required ${GREEN}${REQUIRED_MEM_SPACE}GB${RESET}/${GREEN}${CURRENT_MEM_SPACE}GB${RESET} memory space: ${GREEN}OK!${RESET}"
116
+ fi
117
+
118
+ # 6. Prepare Docker env
119
+ if [ "$DOCKER" = "true" ]; then
120
+ # 6.1 Check if Docker is installed
121
+ if ! command -v docker &> /dev/null; then
122
+ echo "${BLUE}Docker is not installed. Installing Docker...${RESET}"
123
+ sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common
124
+ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
125
+ sudo add-apt-repository "deb [arch=arm64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
126
+
127
+ sudo apt-get update
128
+ sudo apt-get install -y docker-ce
129
+ sudo systemctl enable docker
130
+ sudo systemctl start docker
131
+ sudo usermod -aG docker $USER
132
+ sudo systemctl restart docker
133
+ newgrp docker
134
+
135
+ echo "Docker has been installed and configured."
136
+ fi
137
+ # 6.2 Modify the Docker configuration file
138
+ DAEMON_JSON_PATH="/etc/docker/daemon.json"
139
+ if [ ! -f "$DAEMON_JSON_PATH" ]; then
140
+ echo "${BLUE}Creating $DAEMON_JSON_PATH with the desired content...${RESET}"
141
+ echo "$DESIRED_DAEMON_JSON" | sudo tee $DAEMON_JSON_PATH > /dev/null
142
+ sudo systemctl restart docker
143
+ echo "${GREEN}$DAEMON_JSON_PATH has been created.${RESET}"
144
+ elif [ "$(cat $DAEMON_JSON_PATH)" != "$DESIRED_DAEMON_JSON" ]; then
145
+ echo "${BLUE}Backing up the existing $DAEMON_JSON_PATH to /etc/docker/daemon_backup.json ...${RESET}"
146
+ sudo cp "$DAEMON_JSON_PATH" "/etc/docker/daemon_backup.json"
147
+ echo "${GREEN}Backup completed.${RESET}"
148
+ echo "${BLUE}Updating $DAEMON_JSON_PATH with the desired content...${RESET}"
149
+ echo "$DESIRED_DAEMON_JSON" | sudo tee $DAEMON_JSON_PATH > /dev/null
150
+ sudo systemctl restart docker
151
+ echo "${GREEN}$DAEMON_JSON_PATH has been updated.${RESET}"
152
+ else
153
+ echo "${GREEN}$DAEMON_JSON_PATH already exists and has the correct content.${RESET}"
154
+ fi
155
+ # 6.3 Check permissions
156
+ if ! docker info &> /dev/null; then
157
+ echo "The current user does not have permissions to use Docker. Adding permissions..."
158
+ sudo usermod -aG docker $USER
159
+ sudo systemctl restart docker
160
+ echo "${BLUE}Permissions added. Please rerun the command.${RESET}"
161
+ newgrp docker
162
+ else
163
+ echo "${GREEN}Docker is installed and the current user has permissions to use it.${RESET}"
164
+ fi
165
+ else
166
+ echo "No need to configure Docker."
167
+ fi
168
+ }
@@ -0,0 +1,31 @@
1
+ # The tested JetPack versions.
2
+ ALLOWED_L4T_VERSIONS:
3
+ - 35.3.1
4
+ - 35.4.1
5
+ - 35.5.0
6
+ - 36.3.0
7
+ REQUIRED_DISK_SPACE: 20 # in GB
8
+ REQUIRED_MEM_SPACE: 4
9
+ PACKAGES:
10
+ - nvidia-jetpack
11
+ DOCKER:
12
+ ENABLE: true
13
+ DAEMON: |
14
+ {
15
+ "default-runtime": "nvidia",
16
+ "runtimes": {
17
+ "nvidia": {
18
+ "path": "nvidia-container-runtime",
19
+ "runtimeArgs": []
20
+ }
21
+ },
22
+ "storage-driver": "overlay2",
23
+ "data-root": "/var/lib/docker",
24
+ "log-driver": "json-file",
25
+ "log-opts": {
26
+ "max-size": "100m",
27
+ "max-file": "3"
28
+ },
29
+ "no-new-privileges": true,
30
+ "experimental": false
31
+ }
@@ -0,0 +1,20 @@
1
+ #!/bin/bash
2
+
3
+ source $(dirname "$(realpath "$0")")/../utils.sh
4
+ check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
5
+
6
+ # make dirs
7
+ BASE_PATH=/home/$USER/reComputer
8
+ sudo mkdir -p $BASE_PATH/yolov10/weights
9
+ sudo mkdir -p $BASE_PATH/yolov10/run
10
+ echo "create workspace at $BASE_PATH/yolov10"
11
+
12
+ # download models
13
+ echo "download yolov10 models"
14
+ WEIGHTS_FILE=$BASE_PATH/yolov10/weights/yolov10s.pt
15
+ if [ ! -f $WEIGHTS_FILE ]; then
16
+ sudo wget -P $BASE_PATH/yolov10/weights https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10s.pt
17
+ else
18
+ echo "Weights file already exists: $WEIGHTS_FILE"
19
+ fi
20
+
@@ -0,0 +1,31 @@
1
+ # The tested JetPack versions.
2
+ ALLOWED_L4T_VERSIONS:
3
+ - 35.3.1
4
+ - 35.4.1
5
+ - 35.5.0
6
+ - 36.3.0
7
+ REQUIRED_DISK_SPACE: 20 # in GB
8
+ REQUIRED_MEM_SPACE: 4
9
+ PACKAGES:
10
+ - nvidia-jetpack
11
+ DOCKER:
12
+ ENABLE: true
13
+ DAEMON: |
14
+ {
15
+ "default-runtime": "nvidia",
16
+ "runtimes": {
17
+ "nvidia": {
18
+ "path": "nvidia-container-runtime",
19
+ "runtimeArgs": []
20
+ }
21
+ },
22
+ "storage-driver": "overlay2",
23
+ "data-root": "/var/lib/docker",
24
+ "log-driver": "json-file",
25
+ "log-opts": {
26
+ "max-size": "100m",
27
+ "max-file": "3"
28
+ },
29
+ "no-new-privileges": true,
30
+ "experimental": false
31
+ }
@@ -0,0 +1,5 @@
1
+ #!/bin/bash
2
+
3
+ source $(dirname "$(realpath "$0")")/../utils.sh
4
+ check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
5
+