Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove non maintained backends (llm-swarm, inc) #305

Merged
merged 2 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 0 additions & 51 deletions .github/workflows/test_cli_cpu_neural_compressor.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions optimum_benchmark/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
from .backends import (
BackendConfig,
INCConfig,
IPEXConfig,
LlamaCppConfig,
LLMSwarmConfig,
ORTConfig,
OVConfig,
PyTorchConfig,
Expand All @@ -26,10 +24,8 @@
"EnergyStarConfig",
"InferenceConfig",
"IPEXConfig",
"INCConfig",
"InlineConfig",
"LauncherConfig",
"LLMSwarmConfig",
"ORTConfig",
"OVConfig",
"ProcessConfig",
Expand Down
4 changes: 0 additions & 4 deletions optimum_benchmark/backends/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from .config import BackendConfig
from .ipex.config import IPEXConfig
from .llama_cpp.config import LlamaCppConfig
from .llm_swarm.config import LLMSwarmConfig
from .neural_compressor.config import INCConfig
from .onnxruntime.config import ORTConfig
from .openvino.config import OVConfig
from .py_txi.config import PyTXIConfig
Expand All @@ -18,9 +16,7 @@
"OVConfig",
"TorchORTConfig",
"TRTLLMConfig",
"INCConfig",
"PyTXIConfig",
"LLMSwarmConfig",
"BackendConfig",
"VLLMConfig",
"LlamaCppConfig",
Expand Down
Empty file.
85 changes: 0 additions & 85 deletions optimum_benchmark/backends/llm_swarm/backend.py

This file was deleted.

31 changes: 0 additions & 31 deletions optimum_benchmark/backends/llm_swarm/config.py

This file was deleted.

Empty file.
151 changes: 0 additions & 151 deletions optimum_benchmark/backends/neural_compressor/backend.py

This file was deleted.

Loading
Loading