We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a938550 commit 0f683f6Copy full SHA for 0f683f6
llmtune/pydantic_models/config_model.py
@@ -1,7 +1,7 @@
1
from typing import List, Literal, Optional, Union
2
3
import torch
4
-from pydantic import BaseModel, ConfigDict, Field, FilePath, validator
+from pydantic import BaseModel, Field, FilePath, validator
5
6
7
# TODO: Refactor this into multiple files...
0 commit comments