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

update #1

Merged
merged 4 commits into from
Aug 21, 2023
Merged

update #1

merged 4 commits into from
Aug 21, 2023

Conversation

singularity-s0
Copy link
Owner

No description provided.

hiworldwzj and others added 4 commits August 18, 2023 18:17
This PR fixes the bug described in [ModelTC#83](ModelTC#83).

When running `python setup.py install`, not all files are copied
correctly, causing the server to raise error `No module named
'lightllm.models.chatglm2.triton_kernel'` if current working directory
is not lightllm's directory. The reason is that `__init__.py` is missing
from `lightllm/models/chatglm2/triton_kernel`. And the setup will not
copy directories without `__init__.py` by default.

This PR fixes the bug by adding the (empty) file back.
@singularity-s0 singularity-s0 merged commit 7e35330 into auto_max_token_num Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants