Skip to content

opszero/prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prompt

Prompt enables running open-source LLMs optimized for Mac M1 machines with 16GB of memory. Its aim is to make LLMs accessible, eliminating the need for expensive cloud infrastructure and Nvidia chips. Additionally, it leverages open-source models from Huggingface that are proven to perform well on Mac M1s, ensuring a good experience on common developer hardware.

Built on top of:

Usage

Setup

git clone https://github.com/opszero/prompt && cd prompt && ./build.sh

Models & Examples

WizardLM

cd examples
./job-post-extract-company-name-wizardlm-7b.sh
./job-post-extract-company-name-wizardlm-13b.sh

Vicuna

cd examples && ./job-post-extract-company-name-vicuna-7b.sh

MPT5

cd examples && ./job-post-extract-company-name-mpt5-7b.sh

Falcon

cd examples && ./job-post-extract-company-name-falcon-7b.sh

Llama2

cd examples && ./job-post-extract-company-name-llama-2-7b.sh

Support