Will Wang

Results 2 comments of Will Wang

> @whpwwy can you share the method you used to fix the bug ? I meet the same error. and when i explict set model_id_or_path value as the model's folder....

The `TestLoadDanglingSymlink` test failed. According to [that test's comment](https://github.com/docker/cli/blob/a69c0365b66b78dd61fd83c0a3ddefd0d8e7df15/cli/config/config_test.go#L55), Docker CLI currently doesn't treat a dangling symlink as an error. However, `filepath.EvalSymlinks` does treat a dangling symlink as an error....