Skip to content

Commit

Permalink
Remove non maintained backends (llm-swarm, inc) (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil authored Dec 9, 2024
1 parent 72a843c commit 24f4531
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 402 deletions.
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

0 comments on commit 24f4531

Please sign in to comment.