all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73069] [PATCH] gnu: python-huggingface-hub: Disable failing tests.
@ 2024-09-06 14:18 Nicolas Graves via Guix-patches via
       [not found] ` <87o74x5v51.fsf@ngraves.fr>
  0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-09-06 14:18 UTC (permalink / raw)
  To: 73069; +Cc: ngraves

* gnu/packages/python-web.scm (python-huggingface-hub):
  [arguments]<#:test-flags>: Disable failing test (requires network
  connection).

Change-Id: I7273c4f0bcc3b8cf3d34633a0d6c1df4d76d9170
---
 gnu/packages/python-web.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e02c0d8729..bb1b912c0c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -175,6 +175,7 @@ (define-public python-huggingface-hub
              "--ignore=tests/test_inference_api.py"
              "--ignore=tests/test_inference_async_client.py"
              "--ignore=tests/test_inference_client.py"
+             "--ignore=tests/test_inference_text_generation.py"
              "--ignore=tests/test_login_utils.py"
              "--ignore=tests/test_offline_utils.py"
              "--ignore=tests/test_repocard.py"
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [bug#73109] [PATCH 0/2] Add python-transformers
@ 2024-09-07 16:54 Nicolas Graves via Guix-patches via
  2024-09-07 16:56 ` [bug#73109] [PATCH 1/2] gnu: python-huggingface-hub: Update to 0.23.2 Nicolas Graves via Guix-patches via
  0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-09-07 16:54 UTC (permalink / raw)
  To: 73109; +Cc: ngraves

This patch adds the popular python-transformers package.

Nicolas Graves (2):
  gnu: python-huggingface-hub: Update to 0.23.2.
  gnu: Add python-transformers.

 gnu/packages/machine-learning.scm | 60 +++++++++++++++++++++++++++++++
 gnu/packages/python-web.scm       | 10 ++++--
 2 files changed, 67 insertions(+), 3 deletions(-)

-- 
2.45.2





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-09-10  8:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-06 14:18 [bug#73069] [PATCH] gnu: python-huggingface-hub: Disable failing tests Nicolas Graves via Guix-patches via
     [not found] ` <87o74x5v51.fsf@ngraves.fr>
2024-09-10  4:55   ` bug#73069: " jgart via Guix-patches via
2024-09-10  5:07   ` [bug#73109] [PATCH 0/2] Add python-transformers jgart via Guix-patches via
2024-09-10  8:25     ` Nicolas Graves via Guix-patches via
  -- strict thread matches above, loose matches on Subject: below --
2024-09-07 16:54 Nicolas Graves via Guix-patches via
2024-09-07 16:56 ` [bug#73109] [PATCH 1/2] gnu: python-huggingface-hub: Update to 0.23.2 Nicolas Graves via Guix-patches via
2024-09-07 16:56   ` [bug#73109] [PATCH 2/2] gnu: Add python-transformers Nicolas Graves via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.