From e70cbb37e6c1e4a13168c143113c39863138b4b9 Mon Sep 17 00:00:00 2001 From: Siddhant Chaudhary Date: Fri, 27 Sep 2024 12:56:46 +0530 Subject: [PATCH] Adding compat entries. --- Project.toml | 9 +++++++-- src/ColBERT.jl | 2 -- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 501e6b1..de8efc5 100644 --- a/Project.toml +++ b/Project.toml @@ -4,8 +4,6 @@ authors = ["Siddhant Chaudhary and contributors"] version = "0.1.0" [deps] -CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" -Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5" Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819" @@ -19,4 +17,11 @@ TextEncodeBase = "f92c20c0-9f2a-4705-8116-881385faba05" Transformers = "21ca0261-441d-5938-ace7-c90938fde4d4" [compat] +Flux = "0.14" +JLD2 = "0.4" +JSON = "0.21" +NeuralAttentionlib = "0.3" +StatsBase = "0.34" +TextEncodeBase = "0.8" +Transformers = "0.3" julia = "1.10" diff --git a/src/ColBERT.jl b/src/ColBERT.jl index f29650a..a4fcfa4 100644 --- a/src/ColBERT.jl +++ b/src/ColBERT.jl @@ -1,6 +1,4 @@ module ColBERT -using Clustering -using CSV using Dates using Flux using .Iterators