Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yiliu30 committed Nov 1, 2023
1 parent fbc3558 commit a9dbb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xturing/engines/causal.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(
model_name,
quantization_config=woq_config,
trust_remote_code=trust_remote_code,
use_llm_runtime=False, # TODO disable llm runtime for gpt2, removed it later
use_llm_runtime=False,
**kwargs)
logger.info("Loaded int8 model from Itrex.")
else:
Expand Down

0 comments on commit a9dbb28

Please sign in to comment.