mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-27 13:02:12 +00:00
Typo.
This commit is contained in:
parent
054a3d095c
commit
983c813f1d
@ -15,7 +15,7 @@ import numpy as np
|
|||||||
import torch
|
import torch
|
||||||
from text_generation_server.utils.gptq.quant_linear import QuantLinear
|
from text_generation_server.utils.gptq.quant_linear import QuantLinear
|
||||||
from loguru import logger
|
from loguru import logger
|
||||||
from typings import Optional
|
from typing import Optional
|
||||||
|
|
||||||
DEV = torch.device("cuda:0")
|
DEV = torch.device("cuda:0")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user