diff --git a/.gitignore b/.gitignore index fb48776..c024a81 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ __pycache__/ -torchao_hf_vllm/data +hf_torchao_vllm/data diff --git a/torchao_hf_vllm/inspect_llm_compressor_output.py b/hf_torchao_vllm/inspect_llm_compressor_output.py similarity index 100% rename from torchao_hf_vllm/inspect_llm_compressor_output.py rename to hf_torchao_vllm/inspect_llm_compressor_output.py diff --git a/torchao_hf_vllm/inspect_torchao_output.py b/hf_torchao_vllm/inspect_torchao_output.py similarity index 100% rename from torchao_hf_vllm/inspect_torchao_output.py rename to hf_torchao_vllm/inspect_torchao_output.py diff --git a/torchao_hf_vllm/run_llm_compressor.py b/hf_torchao_vllm/run_llm_compressor.py similarity index 100% rename from torchao_hf_vllm/run_llm_compressor.py rename to hf_torchao_vllm/run_llm_compressor.py diff --git a/torchao_hf_vllm/run_vllm.py b/hf_torchao_vllm/run_vllm.py similarity index 100% rename from torchao_hf_vllm/run_vllm.py rename to hf_torchao_vllm/run_vllm.py diff --git a/torchao_hf_vllm/torchao_hf_script.py b/hf_torchao_vllm/torchao_hf_script.py similarity index 100% rename from torchao_hf_vllm/torchao_hf_script.py rename to hf_torchao_vllm/torchao_hf_script.py