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

[usability] deps streamlining #905

Merged
merged 25 commits into from
Nov 5, 2024
Merged

[usability] deps streamlining #905

merged 25 commits into from
Nov 5, 2024

Conversation

wheresmyhair
Copy link
Collaborator

@wheresmyhair wheresmyhair commented Sep 30, 2024

v0.0.9

Improvements

  1. Make the following pkgs optional:
    vllm, ray, gradio, flask, flask_cors, flash_attn, trl
  2. Change use_auth_token to token, as it will be deprecated in transformers v5.0. When accessing private model/dataset, please specify it directly via --token xxx in shell scripts.
  3. Remove install.sh, now setup directly via pip install -e ., or, for example pip install -e ".[vllm, ray]" if you want extras.

Bug Fixes

  1. Fix bug [BUG] Cannot run with the latest transformer release. #913: src/lmflow/models/vision2seq_model.py, src/lmflow/models/hf_encoder_decoder_model.py
  2. Fix bug [BUG]TypeError: Field.__init__() missing 1 required positional argument: 'kw_only' #903: src/lmflow/utils/common.py

@wheresmyhair wheresmyhair mentioned this pull request Sep 30, 2024
33 tasks
Copy link
Contributor

@research4pan research4pan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@research4pan research4pan merged commit 6fbb394 into main Nov 5, 2024
2 checks passed
@wheresmyhair wheresmyhair deleted the yizhenjia-streamline branch November 5, 2024 04:58
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

Successfully merging this pull request may close these issues.

2 participants