Delete non-exisiting accelerate extra (#539)

This commit is contained in:
Albert Villanova del Moral 2025-02-07 15:48:38 +01:00 committed by GitHub
parent ff73f5326e
commit 64b99724db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions

View File

@ -32,11 +32,6 @@ audio = [
"soundfile", "soundfile",
"smolagents[torch]", "smolagents[torch]",
] ]
transformers = [
"accelerate",
"transformers>=4.0.0",
"smolagents[torch]",
]
e2b = [ e2b = [
"e2b-code-interpreter>=1.0.3", "e2b-code-interpreter>=1.0.3",
"python-dotenv>=1.0.1", "python-dotenv>=1.0.1",
@ -60,11 +55,16 @@ telemetry = [
"opentelemetry-exporter-otlp", "opentelemetry-exporter-otlp",
"openinference-instrumentation-smolagents>=0.1.4" "openinference-instrumentation-smolagents>=0.1.4"
] ]
quality = [ transformers = [
"ruff>=0.9.0", "accelerate",
"transformers>=4.0.0",
"smolagents[torch]",
] ]
all = [ all = [
"smolagents[accelerate,audio,e2b,gradio,litellm,mcp,openai,transformers,telemetry]", "smolagents[audio,e2b,gradio,litellm,mcp,openai,telemetry,transformers]",
]
quality = [
"ruff>=0.9.0",
] ]
test = [ test = [
"ipython>=8.31.0", # for interactive environment tests "ipython>=8.31.0", # for interactive environment tests