Skip to content

Commit e4cc29c

Browse files
committed
remove comments
1 parent 094f832 commit e4cc29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xturing/engines/causal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __init__(
7676
model_name,
7777
quantization_config=woq_config,
7878
trust_remote_code=trust_remote_code,
79-
use_llm_runtime=False, # TODO disable llm runtime for gpt2, removed it later
79+
use_llm_runtime=False,
8080
**kwargs)
8181
logger.info("Loaded int8 model from Itrex.")
8282
else:

0 commit comments

Comments
 (0)