You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use LLamaSharp on unity (version 2022.3).
My OS is Ubuntu 20.04.
I've installed LLamaSharp with NuGet for Unity. Everything went fine but when trying to use it I get this error:
error CS0234: The type or namespace name 'Common' does not exist in the namespace 'LLama' (are you missing an assembly reference?)
Any clue what could be going on?
Reproduction Steps
Install unity 2022.3 on ubuntu 20.04, install NuGet for Unity's latest version as of 8/9/2024, install LLamaSharp 0.15.0 trhough NuGet for Unity, try 'using LLama.Common' on a .cs file.
Environment & Configuration
Operating system: Ubuntu 20.04
.NET runtime version: Unity 2022.3 .Net
LLamaSharp version: 0.15.0
CUDA version (if you are using cuda backend): 12.4
CPU & GPU device: i5-11300H, NVIDIA GeForce RTX 3050
Known Workarounds
No response
The text was updated successfully, but these errors were encountered:
Description
I'm trying to use LLamaSharp on unity (version 2022.3).
My OS is Ubuntu 20.04.
I've installed LLamaSharp with NuGet for Unity. Everything went fine but when trying to use it I get this error:
error CS0234: The type or namespace name 'Common' does not exist in the namespace 'LLama' (are you missing an assembly reference?)
Any clue what could be going on?
Reproduction Steps
Install unity 2022.3 on ubuntu 20.04, install NuGet for Unity's latest version as of 8/9/2024, install LLamaSharp 0.15.0 trhough NuGet for Unity, try 'using LLama.Common' on a .cs file.
Environment & Configuration
Known Workarounds
No response
The text was updated successfully, but these errors were encountered: