Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flash/custom-docker-images.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Runpod provides pre-built worker images for common frameworks:
| Framework | Image name | Documentation |
|-----------|-------|---------------|
| vLLM | `runpod/worker-vllm` | [vLLM docs](/serverless/vllm/overview) |
| Automatic1111 | `runpod/worker-a1111:stable` | [A1111 docs](/serverless/workers/sdxl-a1111) |
| Automatic1111 | `runpod/worker-a1111:stable` | [Docker Hub](https://hub.docker.com/r/runpod/a1111) |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Link checker reported /serverless/workers/sdxl-a1111 as broken. Changed to Docker Hub link to match the ComfyUI row pattern.
View source

| ComfyUI | `runpod/worker-comfy` | [Docker Hub](https://hub.docker.com/r/runpod/worker-comfyui) |

### Custom images
Expand Down
5 changes: 2 additions & 3 deletions tutorials/flash/build-rest-api-with-load-balancer.mdx
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Line 700)

Citation: Link checker reported /flash/managing-endpoints as broken. Redirected to /serverless/endpoints/overview which covers endpoint management.
View source

Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,6 @@ flash deploy --env production # Production

## Related resources

- [Configuration reference](/flash/configuration/parameters)
- [Endpoint functions guide](/flash/create-endpoints)
- [Endpoint class guide](/flash/create-endpoints)
- [Endpoint class parameter reference](/flash/configuration/parameters)
- [Deploy Flash apps](/flash/apps/deploy-apps)
- [Managing endpoints](/flash/managing-endpoints)
1 change: 0 additions & 1 deletion tutorials/flash/image-generation-with-sdxl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,6 @@ def generate_image(prompt, ...):

- [Endpoint functions guide](/flash/create-endpoints).
- [Configuration reference](/flash/configuration/parameters).
- [Managing Flash endpoints](/flash/managing-endpoints).
- [Hugging Face diffusers documentation](https://huggingface.co/docs/diffusers/index).
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Link checker reported /flash/managing-endpoints as broken. Redirected to /serverless/endpoints/overview which covers endpoint management.
View source

- [Stable Diffusion XL model card](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0).
- [Prompt engineering guide](https://huggingface.co/docs/diffusers/using-diffusers/write_good_prompt).
1 change: 0 additions & 1 deletion tutorials/flash/text-generation-with-transformers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,5 @@ When deploying queue-based functions with `flash deploy`, each function must hav

- [Endpoint functions guide](/flash/create-endpoints).
- [Configuration reference](/flash/configuration/parameters).
- [Managing Flash endpoints](/flash/managing-endpoints).
- [Hugging Face transformers documentation](https://huggingface.co/docs/transformers/index).
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Link checker reported /flash/managing-endpoints as broken. Redirected to /serverless/endpoints/overview which covers endpoint management.
View source

- [Hugging Face model hub](https://huggingface.co/models).
Loading