2 ms·
You can't take windows binaries and continue development on them. Model weight release is a snapshot/checkpoint you can take and resume training on new data, p
by mirekrusin 27d ago
You can't take windows binaries and continue development on them.
Model weight release is a snapshot/checkpoint you can take and resume training on new data, producing new model.
You don't need original training history to modify it further.
- LtWorf 26d ago> You can't take windows binaries and continue development on them. It's easier than working on weights.
- mirekrusin 25d agoReverse engineering binaries is easier than continuing training on weights? You're joking, right? Labs themselves use weight snapshots, that's how you do training, it's normal part of training process.