Skip to content

Commit

Permalink
Fix model dtype (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqing-feng authored Jan 8, 2024
1 parent 19fef90 commit 8340e1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions optimum/intel/generation/modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,5 +428,6 @@ def _from_transformers(
force_download=force_download,
cache_dir=cache_dir,
local_files_only=local_files_only,
model_dtype=torch_dtype,
**kwargs,
)

0 comments on commit 8340e1d

Please sign in to comment.