You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is not present in either the src install of manifest or manifest-ml from pypi
Traceback (most recent call last):
File "/lfs/ampere1/0/brando9/evaporate/evaporate/run_profiler.py", line 477, in <module>
main()
File "/lfs/ampere1/0/brando9/evaporate/evaporate/run_profiler.py", line 473, in main
run_experiment(profiler_args)
File "/lfs/ampere1/0/brando9/evaporate/evaporate/run_profiler.py", line 237, in run_experiment
file2chunks, file2contents, manifest_sessions = prepare_data(
File "/lfs/ampere1/0/brando9/evaporate/evaporate/run_profiler.py", line 64, in prepare_data
manifest_sessions = get_manifest_sessions(profiler_args.MODELS, MODEL2URL=profiler_args.MODEL2URL, KEYS=profiler_args.KEYS)
File "/afs/cs.stanford.edu/u/brando9/evaporate/evaporate/utils.py", line 149, in get_manifest_sessions
manifest, model_name = get_manifest_session(
File "/afs/cs.stanford.edu/u/brando9/evaporate/evaporate/utils.py", line 211, in get_manifest_session
params = manifest.client_pool.get_client().get_model_params()
AttributeError: 'ClientConnectionPool' object has no attribute 'get_client'. Did you mean: 'num_clients'?
trying to debug it right now.
The text was updated successfully, but these errors were encountered:
I think this is not present in either the src install of manifest or manifest-ml from pypi
trying to debug it right now.
The text was updated successfully, but these errors were encountered: