We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcea9c5 commit d5c8c6fCopy full SHA for d5c8c6f
subnet/subnet_methods.py
@@ -9,8 +9,8 @@
9
import opengradient as og
10
from langchain_openai import ChatOpenAI
11
12
-from .api_types import QuantQuery, QuantResponse
13
-from ..server.config import USE_TEE
+from subnet.api_types import QuantQuery, QuantResponse
+from server.config import USE_TEE
14
15
evaluation_model = None
16
0 commit comments