Instructions to use unity/inference-engine-phi-1_5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- unity-sentis
How to use unity/inference-engine-phi-1_5 with unity-sentis:
string modelName = "[Your model name here].sentis"; Model model = ModelLoader.Load(Application.streamingAssetsPath + "/" + modelName); IWorker engine = WorkerFactory.CreateWorker(BackendType.GPUCompute, model); // Please see provided C# file for more details
- Notebooks
- Google Colab
- Kaggle
Can you reupload the Sentis file?
#1
by SoundGuy - opened
currently it's missing
Yes, working on it. The 1.30 version is still here: https://huggingface.co/unity/sentis-phi-1_5/tree/sentis-1-3-0
But we need to upload the 1.4.0 version. The internet was a being a bit slow to upload such a large file. But it should be up there soon.
Hey, can you direct me how to convert this llm into onnx format? Can it be done using optimum?