Skip to content

Commit

Permalink
Merge pull request #49 from unum-cloud/main-dev
Browse files Browse the repository at this point in the history
Improve: Expose `TextEncoder` and other `models` classes
  • Loading branch information
ashvardanian authored Sep 20, 2023
2 parents 5dfcfe8 + 47d969b commit 9729a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uform.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import torch
from huggingface_hub import snapshot_download

from models import VLM, TritonClient, VLM_IPU
from models import *


def get_checkpoint(model_name, token) -> Tuple[str, Mapping, str]:
Expand Down

0 comments on commit 9729a41

Please sign in to comment.