Elio
Elio
25赛季能量机关的灯效改了😭😭😭大佬还会继续更新嘛
还有想问一下怎么把官方提供的stp导入到unity里呀。我试过转换成obj、fbx、dae,但在unity里他们贴图都没了
I encountered the same issue. Environment: * Base image: `nvcr.io/nvidia/pytorch:25.04-py3` * I ran the following steps: ```bash [ -f /etc/pip/constraint.txt ] && : > /etc/pip/constraint.txt pip uninstall -y tensorrt pip...
Thanks, I can resolve it by switching to `nvcr.io/nvidia/pytorch:25.01-py3` with `TensorRT-LLM version: 0.20.0rc3`. However, when I run `python build_and_run_ad.py --config '{"model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0"}'`, I now get an `AssertionError: Model Factory AutoModelForCausalLM...