Explorar el Código

chmod +x benchmark_inference.py

Aleksandr Borzunov hace 2 años
padre
commit
96ad0e0cc3
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/petals/cli/benchmark_inference.py

+ 2 - 0
src/petals/cli/benchmark_inference.py

@@ -1,3 +1,5 @@
+#!/usr/bin/env python3
+
 import argparse
 import multiprocessing as mp
 from time import perf_counter