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
Commit ·
3367556
1
Parent(s): 15df29b
typo fix
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ tags:
|
|
| 8 |
|
| 9 |
# Phi 1.5 in Unity 6 with Inference Engine
|
| 10 |
|
| 11 |
-
This is the [Microsoft Phi 1.5](https://huggingface.co/microsoft/phi-1_5) running in Unity 6 with Inference Engine. Phi 1.5 is a Large Language Model trained on synthesized data. The model has 1.3 billion parameters.
|
| 12 |
|
| 13 |
## How to Use
|
| 14 |
|
|
|
|
| 8 |
|
| 9 |
# Phi 1.5 in Unity 6 with Inference Engine
|
| 10 |
|
| 11 |
+
This is the [Microsoft Phi 1.5](https://huggingface.co/microsoft/phi-1_5) model running in Unity 6 with Inference Engine. Phi 1.5 is a Large Language Model trained on synthesized data. The model has 1.3 billion parameters.
|
| 12 |
|
| 13 |
## How to Use
|
| 14 |
|