Renamed `EmbeddingCount` to `EmbeddingSize` in higher level class

This commit is contained in:
Martin Evans 2023-08-09 00:56:47 +01:00
parent 479ff57853
commit f5a260926f
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ namespace LLama
/// <summary>
/// Dimension of embedding vectors
/// </summary>
public int EmbeddingCount => _ctx.EmbeddingSize;
public int EmbeddingSize => _ctx.EmbeddingSize;
/// <summary>
/// The model params set for this model.