What happened?
Description:
Publish the new prompt-ops package to PyPI and add deprecation warning to the old llama-prompt-ops package.
Deprecation warning to add:
import warnings
warnings.warn(
"llama-prompt-ops has been renamed to 'prompt-ops'. "
"Please migrate: pip uninstall llama-prompt-ops && pip install prompt-ops",
FutureWarning
)
How to reproduce
n/a
Environment
No response
Error logs (if any)
No response
What happened?
Description:
Publish the new
prompt-opspackage to PyPI and add deprecation warning to the oldllama-prompt-opspackage.Deprecation warning to add:
How to reproduce
n/a
Environment
No response
Error logs (if any)
No response