From 5e5b033c1d0e3214cfef50ba844bf9559dcc4d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 09:20:50 +0000 Subject: [PATCH 1/2] Bump torch from 2.2.0 to 2.8.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.0 to 2.8.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.2.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2fc1d1e..0190e15 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -torch==2.2.0 +torch==2.8.0 sentence-transformers hydra-core tqdm From 47e22d6c4e06ffdf434dd09a75f00c7760e851cd Mon Sep 17 00:00:00 2001 From: Anton87 Date: Tue, 9 Dec 2025 11:03:20 +0100 Subject: [PATCH 2/2] Removed abandoned referenced github repository --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f25c85d..cd3e57e 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,9 @@ This repository has been created with the idea of providing a simple skeleton fr start a PyTorch Lightning project. Instead of favoring the customizability, we favored the simplicity and we intended this template as a base for building more specific templates based on the user needs (for example by forking this one). However, there are several other repositories with different -features that you can check if interested. We will list two of them here: +features that you can check if interested. We will list one of them here: - [lucmos/nn-template](https://github.com/lucmos/nn-template): a very nice template with support for DVC. -- [hobogalaxy/lightning-hydra-template](https://github.com/hobogalaxy/lightning-hydra-template): - another useful and very well documented template repository. ## How to use it @@ -164,4 +162,4 @@ To fine-tune any of the 4 base sentence encoders you should follow these steps. 1. `supervised-intent-clustering/conf/model/default_model.yaml` 2. `supervised-intent-clustering/conf/train/default_train.yaml` 3. `supervised-intent-clustering/conf/data/default_data.yaml` - 4. `supervised-intent-clustering/src/train.py` \ No newline at end of file + 4. `supervised-intent-clustering/src/train.py`