summaryrefslogtreecommitdiffstats
path: root/model-integration/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-05-12 10:21:48 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-05-12 10:21:48 +0200
commite030993d0c356ba6acd50c3e64da5a1f6e1538fd (patch)
tree853878e89743d224a67ba6edb44ec803e1ca9bcf /model-integration/pom.xml
parentbef1950a75be8b256df07ca5ef6aacd1731c5ef9 (diff)
Revert "Revert "Bjorncs/huggingface tokenizer""
This reverts commit 2bb74878879b3acb1919fd658b8f2c476d8129d6.
Diffstat (limited to 'model-integration/pom.xml')
-rw-r--r--model-integration/pom.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/model-integration/pom.xml b/model-integration/pom.xml
index cc5eccff2ac..681003fdc89 100644
--- a/model-integration/pom.xml
+++ b/model-integration/pom.xml
@@ -91,26 +91,6 @@
<artifactId>protobuf-java</artifactId>
</dependency>
- <dependency>
- <groupId>ai.djl.huggingface</groupId>
- <artifactId>tokenizers</artifactId>
- <version>0.22.1</version>
- <exclusions>
- <exclusion>
- <groupId>com.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- </exclusion>
- <exclusion>
- <groupId>net.java.dev.jna</groupId>
- <artifactId>jna</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
<dependency>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>