Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natke authored Mar 15, 2024
1 parent 7acd20e commit 65b9b7e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,16 @@ Users can call a high level `generate()` method, or run each iteration of the mo

## Coming very soon

* Support for the Whisper model architectures
* Support for DirectML
* Support for the encoder decoder model architectures, such as whisper, T5 and BART.

## Coming soon

* Support for mobile devices (Android and iOS) with Java and Objective-C bindings

## Roadmap

* Stable diffusion pipeline
* Automatic model download and cache
* More model architectures

Expand Down Expand Up @@ -91,6 +96,9 @@ huggingface-cli login --token <your HuggingFace token>
python -m onnxruntime_genai.models.builder -m microsoft/phi-2 -p int4 -e cpu -o <model folder>
```

## Known issues

* Mistrel and Gemma support on CUDA only

## Contributing

Expand Down

0 comments on commit 65b9b7e

Please sign in to comment.