Skip to content

wmeints/notus-model-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notus 7B model demo

This repository contains a set of demo scripts to show how you can use the Notus 7B large language model. Please follow the instructions below to get started.

System requirements

Hardware requirements:

  • Nvidia GPU with 16GB memory (e.g. RTX4080)
  • 32GB RAM

Software requirements:

  • Python 3.11
  • Linux (WSL2 works too)

Getting started

Follow these steps to configure your machine:

  • git clone https://github.com/wmeints/notus-model-demo.git
  • cd notus-model-demo
  • python -m venv .venv
  • source .venv/bin/activate
  • pip install -r requirements.txt

Next, try one of the demos:

  • Streaming: python stream_response.py
  • Non-streaming: python generate_response.py

About

A set of demo scripts to show how you can use the Notus 7B large language model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages