instructlab / sdg

Python library for Synthetic Data Generation
Apache License 2.0
5 stars 13 forks source link

Remove imports of code from `instructlab` #6

Closed russellb closed 6 days ago

russellb commented 4 weeks ago

Since this code was pulled from the instructlab repo, it still imports some code from there. We do not want a bidirectional dependency between the packages. We need to remove all instructlab imports from here.

russellb commented 6 days ago

closing since #11 is the same and has more comments