Skip to content

Commit

Permalink
more archs added
Browse files Browse the repository at this point in the history
  • Loading branch information
ameen-91 committed Nov 24, 2024
1 parent 5fbda1b commit 143d0c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion infero/pull/supported_architectures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ architectures:
- name: 'RobertaForSequenceClassification'
- name: 'BertForSequenceClassification'
- name: 'DistilBertForSequenceClassification'
- name: 'AlbertForSequenceClassification'
- name: 'AlbertForSequenceClassification'
- name: 'XLMRobertaForSequenceClassification'
- name: 'XLMForSequenceClassification'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "infero"
version = "0.0.11"
version = "0.0.12"
description = "Easily download, convert, and host your models using the ONNX runtime"
authors = ["ameen-91 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 143d0c8

Please sign in to comment.