mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
docs: Fix broken link to Runhouse documentation (#25349)
- **Description:** Runhouse recently migrated from Read the Docs to a self-hosted solution. This PR updates a broken link from the old docs to www.run.house/docs. Also changed "The Runhouse" to "Runhouse" (it's cleaner). - **Issue:** None - **Dependencies:** None
This commit is contained in:
parent
089f5e6cad
commit
b6df3405fb
@ -7,7 +7,7 @@
|
||||
"source": [
|
||||
"# Runhouse\n",
|
||||
"\n",
|
||||
"The [Runhouse](https://github.com/run-house/runhouse) allows remote compute and data across environments and users. See the [Runhouse docs](https://runhouse-docs.readthedocs-hosted.com/en/latest/).\n",
|
||||
"[Runhouse](https://github.com/run-house/runhouse) allows remote compute and data across environments and users. See the [Runhouse docs](https://www.run.house/docs).\n",
|
||||
"\n",
|
||||
"This example goes over how to use LangChain and [Runhouse](https://github.com/run-house/runhouse) to interact with models hosted on your own GPU, or on-demand GPUs on AWS, GCP, AWS, or Lambda.\n",
|
||||
"\n",
|
||||
|
Loading…
Reference in New Issue
Block a user