-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Nvidia CUDA | ||
|
||
## K8s 中的 GPU 监控 | ||
|
||
> https://github.com/NVIDIA/dcgm-exporter | ||
## 利用 CUDA 加速计算 | ||
|
||
> https://developer.nvidia.cn/gpu-accelerated-libraries | ||
### 1. TensorRT | ||
|
||
> https://developer.nvidia.cn/tensorrt | ||
如何使用 TensorRT 加速 pytorch 的推理? | ||
|
||
参考: | ||
|
||
1. https://pytorch.org/TensorRT/tutorials/notebooks.html | ||
2. [Torch-TensorRT - Compile Stable Diffusion and Inference](https://pytorch.org/TensorRT/tutorials/_rendered_examples/dynamo/torch_compile_stable_diffusion.html) | ||
3. [Compile a Torch Model(.pt) into Torch-TensorRT(xxx_trt.ts)](https://pytorch.org/TensorRT/cli/torchtrtc.html) | ||
|