cleaning up comments.

This commit is contained in:
Timothy Stiles 2024-01-24 22:51:52 -08:00
parent 87a88cc8f9
commit 8ce63ea9e6
2 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,7 @@
## Model information
This directory contains a tiny llama model that is be used to test the API client in our examples.
This directory contains a tiny llama model that is used to test the API client in our example tests.
The model source is from [here](https://huggingface.co/aladar/llama-2-tiny-random-GGUF/) thanks to [aladar on huggingface](https://huggingface.co/aladar) and was likely inspired originally by this [tweet from @StasBekman](https://twitter.com/StasBekman/status/1724519457790509310) and it's [accompanying huggingface mode](https://huggingface.co/stas/tiny-random-llama-2).
.
It's a simple model that mostly produces gibberish, but for unit testing purposes it works great.

View File

@ -37,7 +37,6 @@ func TestMain(m *testing.M) {
go server.Serve(ln)
// check to see if there are any models on the server if not create one then delete after tests are done
// Create a new context
ctx := context.Background()