You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

llama.llamatransforms.md 367 B

12345678910111213141516171819
  1. # LLamaTransforms
  2. Namespace: LLama
  3. A class that contains all the transforms provided internally by LLama.
  4. ```csharp
  5. public class LLamaTransforms
  6. ```
  7. Inheritance [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object) → [LLamaTransforms](./llama.llamatransforms.md)
  8. ## Constructors
  9. ### **LLamaTransforms()**
  10. ```csharp
  11. public LLamaTransforms()
  12. ```

C#/.NET上易用的LLM高性能推理框架,支持LLaMA和LLaVA系列模型。