正在加载视频...

视频加载失败

Fully local Code Assistant running on NVIDIA GPU! In this tutorial, I'll show you how to run Llama3 using TensorRT and Nvidia's Triton Inference Server to use it as a Code Assistant in VSCode In this thread 🧵, I'll walk you through the integration process, explaining each step simply...

42,152 次观看 • 2 年前 •via X (Twitter)

11 条评论

Daniel San 的头像
Daniel San2 年前

To get started, we need a @nvidia GPU 🤩 In this case, we will use the following hardware 💻

Daniel San 的头像
Daniel San2 年前

We need to have Docker and CUDA installed Follow the guides below for installing both tools Docker: CUDA: and then run the following commands to confirm everything is set up correctly

Daniel San 的头像
Daniel San2 年前

Download the llama3-8B model from @huggingface

Daniel San 的头像
Daniel San2 年前

Now, Run TensorRT to compile the model using the Docker container Clone the TensorRT repository and move the model folder

Daniel San 的头像
Daniel San2 年前

You should now be able to test the compiled model

Daniel San 的头像
Daniel San2 年前

Perfect! We have the model now, let's deploy it on Triton Inference Server

Daniel San 的头像
Daniel San2 年前

The server is up and ready to connect with CodeGPT via the custom connection Open CodeGPT in VSCode, select Custom as the provider, and enter "ensemble" for the model

Daniel San 的头像
Daniel San2 年前

That's all! I'm sharing the link to the full article with all the details of the tutorial

Alexander Mia 的头像
Alexander Mia1 年前

INTRODUCING: Agentic Security - LLM Security Scanner! 🔍 🔑 Features: Scans for prompt injections, jailbreaking & more. Provides detailed reports & options to customize attack rules. 🔗access the GitHub Link ↓

₣rancisco Trillo 的头像
₣rancisco Trillo2 年前

Or just use Continue and Ollama with whatever brand GPU 🤷‍♂️ that’s open source

Daniel San 的头像
Daniel San2 年前

you can also use CodeGPT with Ollama Check this link:

相关视频