Remove has_emoji from compiled model serialization format #11

Closed
opened 2022-11-25 19:24:20 -08:00 by kj7rrv · 0 comments
Owner

The has_emoji field is now useless (always True) because the emoji module is a hard dependency starting with 3.0.0. Its inclusion in the new model format was merely an oversight. However, it can't be fixed without breaking the model version because 3.0.0 checks for it when loading the model. This definitely isn't a reason to break the model, but it should be done next time the model format is broken for another reason.

The `has_emoji` field is now useless (always True) because the `emoji` module is a hard dependency starting with 3.0.0. Its inclusion in the new model format was merely an oversight. However, it can't be fixed without breaking the model version because 3.0.0 checks for it when loading the model. This definitely isn't a reason to break the model, but it should be done next time the model format is broken for another reason.
kj7rrv added the
enhancement
model-break
wait-for-break
labels 2022-11-25 19:24:37 -08:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kj7rrv/gptc#11
No description provided.