From baea3dee562f7f3f68b2859eb6d20a10c2e294c0 Mon Sep 17 00:00:00 2001 From: Michael Gschwind <61328285+mikekgfb@users.noreply.github.com> Date: Sat, 11 May 2024 17:50:25 -0700 Subject: [PATCH] remove commented out code (#749) --- .github/workflows/run-readme-pr-macos.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/run-readme-pr-macos.yml b/.github/workflows/run-readme-pr-macos.yml index 9d6e79d29..ab5091e25 100644 --- a/.github/workflows/run-readme-pr-macos.yml +++ b/.github/workflows/run-readme-pr-macos.yml @@ -33,11 +33,6 @@ jobs: sysctl machdep.cpu.core_count echo "::endgroup::" - # echo "::group::Install newer objcopy that supports --set-section-alignment" - # yum install -y devtoolset-10-binutils - # export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH - # echo "::endgroup::" - echo "::group::Create script to run README" python3 scripts/updown.py --file README.md --replace 'llama3:stories15M,-l 3:-l 2,meta-llama/Meta-Llama-3-8B-Instruct:stories15M' --suppress huggingface-cli,HF_TOKEN > ./run-readme.sh # for good measure, if something happened to updown processor, @@ -85,11 +80,6 @@ jobs: sysctl machdep.cpu.core_count echo "::endgroup::" - # echo "::group::Install newer objcopy that supports --set-section-alignment" - # yum install -y devtoolset-10-binutils - # export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH - # echo "::endgroup::" - echo "::group::Create script to run quantization" python3 scripts/updown.py --file docs/quantization.md --replace llama3:stories15M --suppress huggingface-cli,HF_TOKEN > ./run-quantization.sh # for good measure, if something happened to updown processor,