Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicholasjackson/demo-securing-llms-with-vault

Demo repo showing how to secure the training and storage of Large Language Models using HashiCorp Vault
https://github.com/nicholasjackson/demo-securing-llms-with-vault

Last synced: 23 days ago
JSON representation

Demo repo showing how to secure the training and storage of Large Language Models using HashiCorp Vault

Awesome Lists containing this project

README

        

# Creating a custom model from Mistral

First pull the mistral model

```bash
ollama pull mistral:v0.2
```

Check the model has been downloaded

```bash
ollama list
```

You should see the mistral model in the list of models

```bash
NAME ID SIZE MODIFIED
mistral:v0.2 61e88e884507 4.1 GB 31 seconds ago
```