Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
Signed-off-by: amitraj <[email protected]>
  • Loading branch information
quic-amitraj committed Jul 25, 2024
1 parent 52497ec commit f39560f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 54 deletions.
1 change: 0 additions & 1 deletion .github/quic-organization-repolinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ jobs:
uses: todogroup/repolinter-action@v1
with:
config_url: "https://raw.githubusercontent.com/quic/.github/main/repolint.json"

2 changes: 1 addition & 1 deletion QEfficient/exporter/export_hf_to_cloud_ai_100.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def qualcomm_efficient_converter(
if model_kv
else QEFFCommonLoader.from_pretrained(
pretrained_model_name_or_path=(local_model_dir if local_model_dir else model_name),
hf_token=hf_token,
token=hf_token,
cache_dir=cache_dir,
)
)
Expand Down
35 changes: 0 additions & 35 deletions make.bat

This file was deleted.

17 changes: 0 additions & 17 deletions setup.py

This file was deleted.

0 comments on commit f39560f

Please sign in to comment.