6 ms·
> Is the IDE a primary input for building the program? Is the IDE a build dependency? No, the same way training is not a build dependency for the weights sourc
by ko27 2y ago
> Is the IDE a primary input for building the program? Is the IDE a build dependency?
No, the same way training is not a build dependency for the weights source code. You can literally compile and run them without any training data.
- Zambyte 2y agoTraining data is a build dependency for the weights. You cannot realistically get the same weights without the same training data.
- ko27 2y agoDeveloper's mindset, knowledge and tooling is also a build dependency for any open source code. You can not realistically get the same code without it.
- Zambyte 2y ago> you can not realistically get the same code without it You mean the same source code? Because... I agree. That's why it's important for the source to be open. Both in the context of software and language models.