Instructions to use xThr45hx/TensorRT-LLM-Windows-RTX40 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TensorRT
How to use xThr45hx/TensorRT-LLM-Windows-RTX40 with TensorRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| # OpenClaw SSE Proxy — strips reasoning_content so OpenClaw shows text instead of "..." | |
| # Run this alongside the INT4 server. Point OpenClaw at http://localhost:5002 | |
| $env:PYTHONPATH = "D:\AI\apps\TensorRT-LLM" | |
| $python = "D:\AI\apps\TensorRT-LLM\.venv-3.11\Scripts\python.exe" | |
| Write-Host "=== OpenClaw Proxy :5002 -> :5001 ===" -ForegroundColor Cyan | |
| Write-Host "Update openclaw.json: set API URL to http://localhost:5002" | |
| Write-Host "" | |
| & $python "D:\AI\models\openclaw_proxy.py" | |