Instructions to use Xenova/phi-1_5_dev with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Xenova/phi-1_5_dev with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'Xenova/phi-1_5_dev');
Rename onnx/model_quantized.onnx to onnx/decoder_model_merged_quantized.onnx
Browse files
onnx/{model_quantized.onnx → decoder_model_merged_quantized.onnx}
RENAMED
|
File without changes
|