Closed fenglixa closed 1 year ago
(evaporate) root@itzvsi-310001mfhm-tfq4zta3:~/test/evaporate/manifest# python
Python 3.8.16 (default, Mar 2 2023, 03:21:46)
[GCC 11.2.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from manifest import Manifest
>>> manifest = Manifest(
... client_name = "huggingface",
... client_connection = "http://127.0.0.1:5000",
... )
>>> print(manifest.client.get_model_params())
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'Manifest' object has no attribute 'client' -----> this error
As error below, could someone help? Thanks: