From 621254df57b239f7f70892a4ee8b687dbd2c4580 Mon Sep 17 00:00:00 2001 From: Zlobin Vladimir Date: Wed, 31 Jul 2024 17:52:41 +0400 Subject: [PATCH] Correct samples requirements update (#653) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 85614b7032..f908b5aceb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,6 @@ updates: schedule: interval: "weekly" - package-ecosystem: "pip" - directory: "text_generation/causal_lm/cpp/" + directory: "samples/" schedule: interval: "weekly"