lint code

This commit is contained in:
tastelikefeet
2026-03-14 11:18:18 +08:00
parent fa6e42651a
commit de218f1ab3
2 changed files with 3 additions and 2 deletions

View File

@@ -408,7 +408,8 @@ RUN pip install --no-cache-dir -U icecream soundfile pybind11 py-spy
"""
version_args = (
f'{self.args.torch_version} {self.args.torchvision_version} {self.args.torchaudio_version} '
f'{self.args.vllm_version} {self.args.lmdeploy_version} {self.args.autogptq_version} {self.args.optimum_version}'
f'{self.args.vllm_version} {self.args.lmdeploy_version} {self.args.autogptq_version} '
f'{self.args.optimum_version}'
f'{self.args.flashattn_version}')
with open('docker/Dockerfile.ubuntu', 'r') as f:
content = f.read()

View File

@@ -2,4 +2,4 @@
__version__ = '1.35.0'
# default release datetime for branches under active development is set
# to be a time far-far-away-into-the-future
__release_datetime__ = '2026-03-11 00:00:00'
__release_datetime__ = '2026-03-15 00:00:00'