From 013da353049aff9b00a63b9556963d3adf570ec2 Mon Sep 17 00:00:00 2001 From: vasiliy Date: Thu, 2 Oct 2025 09:54:33 -0700 Subject: [PATCH] git mv torchao_hf_vllm hf_torchao_vllm Summary: Rename the dir to be more correct, no logic change Test Plan: Reviewers: Subscribers: Tasks: Tags: --- .gitignore | 2 +- .../inspect_llm_compressor_output.py | 0 {torchao_hf_vllm => hf_torchao_vllm}/inspect_torchao_output.py | 0 {torchao_hf_vllm => hf_torchao_vllm}/run_llm_compressor.py | 0 {torchao_hf_vllm => hf_torchao_vllm}/run_vllm.py | 0 {torchao_hf_vllm => hf_torchao_vllm}/torchao_hf_script.py | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename {torchao_hf_vllm => hf_torchao_vllm}/inspect_llm_compressor_output.py (100%) rename {torchao_hf_vllm => hf_torchao_vllm}/inspect_torchao_output.py (100%) rename {torchao_hf_vllm => hf_torchao_vllm}/run_llm_compressor.py (100%) rename {torchao_hf_vllm => hf_torchao_vllm}/run_vllm.py (100%) rename {torchao_hf_vllm => hf_torchao_vllm}/torchao_hf_script.py (100%) 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