mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 23:12:07 +00:00
4 lines
56 B
Python
4 lines
56 B
Python
|
import torch
|
||
|
|
||
|
MEM_POOL = torch.cuda.graph_pool_handle()
|