Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
y001j
/
ChatGLM
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ChatGLM
/
models
/
base
/
__init__.py
y001j
Upload 305 files
af9251e
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
205 Bytes
from
models.base.base
import
(
AnswerResult,
BaseAnswer
)
from
models.base.remote_rpc_model
import
(
RemoteRpcModel
)
__all__ = [
"AnswerResult"
,
"BaseAnswer"
,
"RemoteRpcModel"
,
]