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 samples/python-implicit-gpu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Title: Python & Implicit & GPU

Short Description: A Music Recommendation API that provides artist recommendations based on collaborative filtering using the ALS algorithm from the implicit library using a GPU.

Tags: music, recommendation, api, collaborative filtering, implicit library
Tags: music, recommendation, api, collaborative filtering, implicit library, gpu

Languages: python
6 changes: 3 additions & 3 deletions samples/vllm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mistral & vLLM

This guide demonstrates how to deploy Mistral using VLM. You'll need a Hugging Face token to begin.
This guide demonstrates how to deploy Mistral using vLLM. You'll need a Hugging Face token to begin.

## Prerequisites

Expand Down Expand Up @@ -43,8 +43,8 @@ By following these steps, you should be able to deploy Mistral along with a cust

Title: Mistral & vLLM

Short Description: Deploy Mistral with a custom UI using VLM
Short Description: Deploy Mistral with a custom UI using vLLM

Tags: mistral, vllm, ai, nextjs
Tags: mistral, vllm, ai, nextjs, gpu

Languages: nodejs, typescript