Skip to content

Commit

Permalink
Break: Deprecate old ONNX structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Apr 17, 2024
1 parent 38949f3 commit a75dc21
Show file tree
Hide file tree
Showing 14 changed files with 491 additions and 247 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ node_modules
*.onnx
*.pt
*.safetensors
*.mlpackage
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"cSpell.words": [
"arange",
"astype",
"CFURL",
"coreml",
"crossattn",
"cumsum",
"dtype",
"embs",
Expand All @@ -25,12 +27,17 @@
"pretrained",
"probs",
"pypi",
"pytest",
"randn",
"rerank",
"reranker",
"reranking",
"sandbeach",
"sess",
"SIMD",
"softmax",
"Tensorrt",
"torchvision",
"transfromers",
"uform",
"unimodal",
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ let package = Package(
.product(name: "Transformers", package: "swift-transformers")
],
path: "swift",
exclude: ["EmbeddingsTests.swift"]
exclude: ["EncodersTests.swift"]
),
.testTarget(
name: "UFormTests",
dependencies: ["UForm"],
path: "swift",
sources: ["EmbeddingsTests.swift"]
sources: ["EncodersTests.swift"]
),
]
)
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ classifiers = [
dependencies = [
"huggingface_hub>=0.16.4",
"tokenizers>=0.13.3",
"pillow"
"pillow",
"simsimd",
]
description = "Pocket-Sized Multimodal AI for Content Understanding and Generation"
maintainers = [
Expand Down
Loading

0 comments on commit a75dc21

Please sign in to comment.