We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934168b commit 58db2d8Copy full SHA for 58db2d8
1 file changed
clipper_admin/clipper_admin/deployers/deployer_utils.py
@@ -63,7 +63,7 @@ def save_python_function(name, func):
63
"Warning: Anaconda environment was either not found or exporting the environment "
64
"failed. Your function will still be serialized and deployed, but may fail due to "
65
"missing dependencies. In this case, please re-run inside an Anaconda environment. "
66
- "See http://clipper.ai/documentation/python_model_deployment/ for more information."
+ "See http://docs.clipper.ai/en/release-0.2/index.html#pure-python-functions for more information."
67
)
68
69
# Export modules used by predict_function not captured in anaconda or pip
0 commit comments