jetson-examples 0.0.5__tar.gz → 0.0.6__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 (31) hide show
  1. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/PKG-INFO +1 -1
  2. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/jetson_examples.egg-info/PKG-INFO +1 -1
  3. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/jetson_examples.egg-info/SOURCES.txt +2 -0
  4. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/pyproject.toml +1 -1
  5. jetson_examples-0.0.6/reComputer/__init__.py +1 -0
  6. jetson_examples-0.0.6/reComputer/scripts/llama3/run.sh +10 -0
  7. jetson_examples-0.0.6/reComputer/scripts/ollama/run.sh +7 -0
  8. jetson_examples-0.0.5/reComputer/__init__.py +0 -1
  9. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/LICENSE +0 -0
  10. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/README.md +0 -0
  11. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/jetson_examples.egg-info/dependency_links.txt +0 -0
  12. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/jetson_examples.egg-info/entry_points.txt +0 -0
  13. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/jetson_examples.egg-info/top_level.txt +0 -0
  14. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/reComputer/main.py +0 -0
  15. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/run.sh +0 -0
  16. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/reComputer/scripts/check.sh +0 -0
  17. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/reComputer/scripts/hello-world/readme.md +0 -0
  18. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/reComputer/scripts/hello-world/run.sh +0 -0
  19. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/reComputer/scripts/live-llava/run.sh +0 -0
  20. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/reComputer/scripts/llava/run.sh +0 -0
  21. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/reComputer/scripts/llava-v1.5-7b/run.sh +0 -0
  22. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/reComputer/scripts/llava-v1.6-vicuna-7b/run.sh +0 -0
  23. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/reComputer/scripts/nanodb/readme.md +0 -0
  24. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/reComputer/scripts/nanodb/run.sh +0 -0
  25. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/reComputer/scripts/nanoowl/run.sh +0 -0
  26. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/reComputer/scripts/run.sh +0 -0
  27. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/reComputer/scripts/stable-diffusion-webui/run.sh +0 -0
  28. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/reComputer/scripts/text-generation-webui/run.sh +0 -0
  29. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/reComputer/scripts/update.sh +0 -0
  30. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/reComputer/scripts/whisper/run.sh +0 -0
  31. {jetson_examples-0.0.5 → jetson_examples-0.0.6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jetson-examples
3
- Version: 0.0.5
3
+ Version: 0.0.6
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jetson-examples
3
- Version: 0.0.5
3
+ Version: 0.0.6
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
@@ -15,12 +15,14 @@ reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/run.sh
15
15
  reComputer/scripts/hello-world/readme.md
16
16
  reComputer/scripts/hello-world/run.sh
17
17
  reComputer/scripts/live-llava/run.sh
18
+ reComputer/scripts/llama3/run.sh
18
19
  reComputer/scripts/llava/run.sh
19
20
  reComputer/scripts/llava-v1.5-7b/run.sh
20
21
  reComputer/scripts/llava-v1.6-vicuna-7b/run.sh
21
22
  reComputer/scripts/nanodb/readme.md
22
23
  reComputer/scripts/nanodb/run.sh
23
24
  reComputer/scripts/nanoowl/run.sh
25
+ reComputer/scripts/ollama/run.sh
24
26
  reComputer/scripts/stable-diffusion-webui/run.sh
25
27
  reComputer/scripts/text-generation-webui/run.sh
26
28
  reComputer/scripts/whisper/run.sh
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "jetson-examples"
7
- version = "0.0.5"
7
+ version = "0.0.6"
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"
@@ -0,0 +1 @@
1
+ __version__ = "0.0.6"
@@ -0,0 +1,10 @@
1
+ #!/bin/bash
2
+
3
+ # try stop old server
4
+ docker rm -f ollama
5
+ # start new server
6
+ ./run.sh -d --name ollama $(./autotag ollama)
7
+ # run a client
8
+ ./run.sh $(./autotag ollama) /bin/ollama run llama3
9
+ # clean new server
10
+ docker rm -f ollama
@@ -0,0 +1,7 @@
1
+ #!/bin/bash
2
+
3
+ # try stop old server
4
+ docker rm -f ollama
5
+ # run Front-end
6
+ ./run.sh $(./autotag ollama)
7
+ # user only can access with http://ip:11434
@@ -1 +0,0 @@
1
- __version__ = "0.0.5"
File without changes