Skip to content

This repository contains some LLM deployment examples

License

Notifications You must be signed in to change notification settings

AaltoSciComp/llm-examples

Repository files navigation

LLM examples

This repository contains some examples of LLM deployments in Aalto University premises.

Use local models

Huggingface transformers

See this document.

Server via vLLM

See this document.

Batch inference via vLLM

See this document.

Chat with your pdf via langchain (RAG)

See this document.

Use Aalto's open-source LLM API

See this document.