Skip to content

Commit 51a9780

Browse files
move to benchmarks/float8/training
1 parent 009b331 commit 51a9780

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed
File renamed without changes.

torchao/float8/benchmarking/float8_training_benchmark.sh renamed to benchmarks/float8/training/float8_training_benchmark.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ fi
2222

2323
# validate recipe name
2424
if [ -n "${FLOAT8_RECIPE}" ]; then
25-
if [ "$FLOAT8_RECIPE" != "rowwise" ] && [ "$FLOAT8_RECIPE" != "tensorwise" ]; then
26-
echo "Error: RECIPE must be 'rowwise' or 'tensorwise'"
27-
exit 1
28-
fi
2925
FLOAT8_ARGS="--model.converters="float8" --float8.recipe_name=${FLOAT8_RECIPE}"
3026
fi
3127

0 commit comments

Comments
 (0)