-
Notifications
You must be signed in to change notification settings - Fork 106
Changed name from RedisAI to redis-inference-optimization #956
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
README.md
Outdated
### On a CPU only machine | ||
``` | ||
docker run -p 6379:6379 redislabs/redisai:1.2.7-cpu-bionic | ||
docker run -p 6379:6379 redislabs/redis-inference-optimization:1.2.7-cpu-bionic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we're not looking to rename the published image at this point
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we? If we can't, that's fine too. We'll just need to make sure the links in the docs use RedisAI / redis-inference-optimization properly
README.md
Outdated
|
||
To read RedisAI docs, visit [redisai.io](https://oss.redis.com/redisai/). To see RedisAI in action, visit the [demos page](https://oss.redis.com/redisai/examples/). | ||
To see redis-inference-optimization in action, visit the [demos page](https://oss.redis.com/redis-inference-optimization/examples/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dead link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
Co-authored-by: Benoit Dion <573574+benoitdion@users.noreply.github.com>
Co-authored-by: Benoit Dion <573574+benoitdion@users.noreply.github.com>
Updated module name and README