Skip to content

Commit

Permalink
MLNet GenAI - Llama (#96)
Browse files Browse the repository at this point in the history
* add mlnet genai llama samples

* update

* update

* Update Inference_llama_3_2_1b.cs
  • Loading branch information
LittleLittleCloud authored Dec 3, 2024
1 parent ec1000f commit 3ff9989
Show file tree
Hide file tree
Showing 16 changed files with 75 additions and 1,302 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ Discover how to bring AI into your .NET application! This session covers the too
| E2E | Azure Search . | [Azure Search Repository](https://github.com/Azure-Samples/azure-search-openai-demo-csharp)
| E2E | E-Shop Sample | [E-Shop Repository](https://github.com/dotnet/eshop)

### Local Models
### ML.NET GenAI
| # | Topic | GitHub Link |
|-----|---------------------------------------------|-------------|
| REF | Phi | [Phi](./src/local-models/Phi)
| REF | Llama 2 | [Coming Soon](.)
| REF | Phi | [Phi](./src/mlnet-gen-ai/Phi)
| REF | LLaMA | [LLaMA](./src/mlnet-gen-ai/LLaMA)

### Local Embedding Models
| # | Topic | GitHub Link |
Expand Down
52 changes: 0 additions & 52 deletions src/local-models/Phi/Extension.cs

This file was deleted.

Loading

0 comments on commit 3ff9989

Please sign in to comment.