Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not make access with local llm #51

Open
4 tasks done
KANG-HYUNIL opened this issue Sep 23, 2024 · 1 comment
Open
4 tasks done

Can not make access with local llm #51

KANG-HYUNIL opened this issue Sep 23, 2024 · 1 comment

Comments

@KANG-HYUNIL
Copy link

Checked other resources

  • I searched the Codefuse documentation with the integrated search.
  • I used the GitHub search to find a similar question and didn't find it.
  • I am sure that this is a bug in Codefuse-Repos rather than my code.
  • I added a very descriptive title to this issue.

System Info

Windows

Code Version

Latest Release

Description

i already changed VLLM_MODEL_DICT in model_config.py and downloaded chatglm-6b in llm_models folder. Docker image has some dependencies error, so i used local services. Even though i modified the code as wrote in fastchat.md but i can not connect with local llm, also do not record a log at llm_api.log and sdfile_api.log .

Example Code

#thats how i changed VLLM_MODEL_DICT
VLLM_MODEL_DICT = VLLM_MODEL_DICT or {
'chatglm2-6b': "chatglm-6b",
}

Error Message and Stack Trace (if applicable)

No response

@Dzz2004
Copy link

Dzz2004 commented Oct 12, 2024

查看一下是没是没有启动sdfile_api,你运行的终端可以在git bash 里运行

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants