-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complete migration from shark_turbine to iree/turbine namespace #28
Comments
These repositories were just renamed: Before | After -- | -- https://github.com/nod-ai/SHARK | https://github.com/nod-ai/SHARK-Studio https://github.com/nod-ai/sharktank | https://github.com/nod-ai/SHARK-Platform https://github.com/nod-ai/SHARK-Turbine | https://github.com/nod-ai/SHARK-ModelDev There are still references to "shark turbine" pending the namespace migration tracked in iree-org/iree-turbine#28
We've had plenty of time to migrate gracefully, but this is going to be a hard blocker for various packaging workflows very soon, so we might need to do a more abrupt cut over instead. For example:
|
Let's do the rename and beef up a couple of tests to ensure that the old namespace still works while we propagate. |
* Move files from files from `shark-turbine` to `iree/turbine`. * Update imports * Update `setup.py` * Make backward redirect `shark-turbine` -> `iree.turbine` (do we need this?) Progress on #28 --------- Signed-off-by: Ivan Butygin <ivan.butygin@gmail.com>
* Move files from files from `shark-turbine` to `iree/turbine`. * Update imports * Update `setup.py` * Make backward redirect `shark-turbine` -> `iree.turbine` (do we need this?) Progress on #28 --------- Signed-off-by: Ivan Butygin <ivan.butygin@gmail.com>
* Move files from files from `shark-turbine` to `iree/turbine`. * Update imports * Update `setup.py` * Make backward redirect `shark-turbine` -> `iree.turbine` (do we need this?) Progress on iree-org#28 --------- Signed-off-by: Ivan Butygin <ivan.butygin@gmail.com>
Nice, I see a few commits landed across various repositories. How much is still left to do here, @Hardcode84 ?
|
Oh and https://github.com/iree-org/iree-turbine/actions/workflows/test_shark.yml has been failing. That's using this workflow file: https://github.com/iree-org/iree-turbine/blob/main/.github/workflows/test_shark.yml. That clones https://github.com/nod-ai/SHARK-Studio and installs from https://github.com/nod-ai/SHARK-Studio/blob/ec75e08a2dc28684649cba639a9a4ea7cb17013e/requirements.txt#L10 ( |
* Move files from files from `shark-turbine` to `iree/turbine`. * Update imports * Update `setup.py` * Make backward redirect `shark-turbine` -> `iree.turbine` (do we need this?) Progress on #28 --------- Signed-off-by: Ivan Butygin <ivan.butygin@gmail.com>
The text was updated successfully, but these errors were encountered: