"lib/llm/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "448e79a62d4115e965a176e3abeb448eb1df3621"
Commit 150aea60 authored by sangwzh's avatar sangwzh
Browse files

update inf importing in common.py

parent 24cf35e3
...@@ -8,7 +8,7 @@ from pathlib import Path ...@@ -8,7 +8,7 @@ from pathlib import Path
from typing import Callable, Dict, List, Optional, Union from typing import Callable, Dict, List, Optional, Union
import torch import torch
from torch._six import inf from torch import inf
from torch.nn.parameter import Parameter from torch.nn.parameter import Parameter
try: try:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment