Skip to content

Commit

Permalink
Remove hardcoded 32-precision conversion (#1814)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Oct 29, 2024
1 parent d2074ca commit 1b568fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion litgpt/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ def distribute(

if precision is None:
precision = get_default_supported_precision(training=False)
precision = "32-true"

plugins = None
if quantize is not None and quantize.startswith("bnb."):
Expand Down

0 comments on commit 1b568fc

Please sign in to comment.