instructlab / sdg

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

Rename package to `instructlab.sdg` from `instructlab_sdg` #14

Closed russellb closed 3 weeks ago

russellb commented 3 weeks ago

Part of issue #2

This changes to use Python namespace packages where instructlab is the namespace used for our libraries.

Signed-off-by: Russell Bryant rbryant@redhat.com


russellb commented 3 weeks ago

The instructlab side went in, so this can go in now once I rebase it.

russellb commented 3 weeks ago

I think I'm down to a linter fight between ruff wanting this import to move to its own first party section

+# First Party
+from instructlab.sdg import utils

but if I do that, there's another linter complaining that all of the instructlab imports aren't grouped together

russellb commented 3 weeks ago

I fixed the linter issue.