jetson-generative-ai-playground
jetson-generative-ai-playground copied to clipboard
Updated the "workaround" identified for the Docker socket error. Using "chmod 0666" is less than desirable as the task would need to be repeated each time Docker is restarted. Instead,...
Added Gapi documentation on how to install and configure Micro Services.
docs/tutorial_comfyui_flux.md when deployed to https://www.jetson-ai-lab.com/tutorial_comfyui_flux.html has a broken link in step 9: > Download the workflow file using [this link](/assets/workflow_agx_orin_4steps.json). And load it from the ComfyUI interface. That is a...
Update the url to new Jetson-container packages repo structure
Originally, `--max-model-len=1` was set and it was causing the "context length 1" error. > "This model's maximum context length is 1 tokens. However, you requested 28 tokens in the messages,...
This is a small fix for TAM documentation with correct title and some codeblock colors too. Thank you.
@tokk-nv Can you please approve adding me to the lab group page?
Patching the pip install error due to missing --index-url=https://pypi.jetson-ai-lab.io/jp6/cu126 in the container image.
https://www.jetson-ai-lab.com/tutorial_comfyui_flux.html has a broken links 2. Install CUDA, cuDNN, and TensorRT. Installed 12.6 3. And then step 5. Install PyTorch, TorchVision, and TorchAudio pip install http://jetson.webredirect.org/jp6/cu124/+f/5fe/ee5f5d1a75229/torch-2.3.0-cp310-cp310-linux_aarch64.whl pip install http://jetson.webredirect.org/jp6/cu124/+f/988/cb71323efff87/torchvision-0.18.0a0+6043bc2-cp310-cp310-linux_aarch64.whl pip...