An open API service indexing awesome lists of open source software.

https://github.com/kazssym/stablelm-study-2

Experiments of the StableLM 3B 4E1T model with ONNX Runtime
https://github.com/kazssym/stablelm-study-2

Last synced: 3 months ago
JSON representation

Experiments of the StableLM 3B 4E1T model with ONNX Runtime

Awesome Lists containing this project

README

        

# Description

This is a repository for testing scripts to export StableLM ONNX models from [stabilityai/stablelm-3b-4e1t](https://huggingface.co/stabilityai/stablelm-3b-4e1t).

They might require a [modified version](https://github.com/kazssym/optimum/tree/feature/stablelm) of Hugging Face Optimum.

- test_export.py

This script exports a StableLM model into ONNX with optional float16 conversion.