7️⃣Optimum-NVIDIA
About TensorRT
Optimum-NVIDIA TensorRT-LLM 설치
Optium-NVIDIA TensorRT-LLM
git lfs install
git clone https://github.com/NVIDIA/TensorRT-LLM.git
cd TensorRT-LLM
git submodule update --init --recursive
make -C docker release_buildfrom optimum.nvidia.pipelines import pipeline
pipe = pipeline(
'text-generation',
'mistralai/Mistral-7B-v0.3',
use_fp8=True
)
pipe("Describe a real-world application of AI in sustainable energy.")Last updated