v4.4 tag release update. (#3032)

This commit is contained in:
Junkai-Wu
2026-02-14 12:27:58 +08:00
committed by GitHub
parent 01687cfba1
commit d4bbf728ca
140 changed files with 41624 additions and 3691 deletions

View File

@@ -240,10 +240,11 @@ import os
import subprocess
import shutil
import tempfile
import torch
def run_test(tmpdir=None, cmake_args="", cleanup=True):
import torch
try:
current_dir = os.path.dirname(os.path.abspath(__file__))