We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9cb40 commit 7bb3395Copy full SHA for 7bb3395
torchtitan/components/checkpoint.py
@@ -52,7 +52,7 @@ class AsyncMode(str, enum.Enum):
52
# For now, we will manually pop the freqs_cis buffer, as we made this permanent
53
# temporarily and we don't want to include it in the exported state_dict.
54
# Context: https://github.com/pytorch/torchtitan/blob/main/torchtitan/models/llama3/model.py#L404
55
-excluded_parameters_for_model_only = {"freqs_cis"}
+excluded_parameters_for_model_only = {}
56
57
58
class ModelWrapper(Stateful):
0 commit comments