We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ba2fc commit 41beac0Copy full SHA for 41beac0
pkg/workloads/cortex/client/README.md
@@ -1 +1 @@
1
-Deploy machine learning models to production - [cortex.dev](https://www.cortex.dev)
+Deploy machine learning models to production - [docs.cortex.dev](https://www.docs.cortex.dev)
pkg/workloads/cortex/client/setup.py
@@ -79,7 +79,7 @@ def run(self):
79
setup(
80
name="cortex",
81
version="0.24.0", # CORTEX_VERSION
82
- description="Model serving at scale",
+ description="Deploy machine learning models to production",
83
author="cortex.dev",
84
author_email="dev@cortex.dev",
85
license="Apache License 2.0",
0 commit comments