summaryrefslogtreecommitdiffstats
path: root/fat-model-dependencies
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2023-05-12 10:05:12 +0200
committerGitHub <noreply@github.com>2023-05-12 10:05:12 +0200
commit2bb74878879b3acb1919fd658b8f2c476d8129d6 (patch)
treea10aa176e159797be725968c936521082239b935 /fat-model-dependencies
parent4fcbaf3415490b0563b50d492ce87ce06e8b966a (diff)
Revert "Bjorncs/huggingface tokenizer"
Diffstat (limited to 'fat-model-dependencies')
-rw-r--r--fat-model-dependencies/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/fat-model-dependencies/pom.xml b/fat-model-dependencies/pom.xml
index b2ee5c64b38..0ae2c68e6a8 100644
--- a/fat-model-dependencies/pom.xml
+++ b/fat-model-dependencies/pom.xml
@@ -93,6 +93,10 @@
<version>${project.version}</version>
<exclusions>
<exclusion>
+ <groupId>ai.djl.huggingface</groupId>
+ <artifactId>tokenizers</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>com.theokanning.openai-gpt3-java</groupId>
<artifactId>service</artifactId>
</exclusion>