GithubHelp home page GithubHelp logo

Comments (16)

Hukongtao avatar Hukongtao commented on August 16, 2024 2

@AGI-player Thanks for your feedback. This is a known issue and we will fix it soon.

image I got this error

it should be caused by the differences between GQA(32B) and MHA(others)

image
With this modification, the code can run normally

from tensorrt-llm.

jershi425 avatar jershi425 commented on August 16, 2024

@AGI-player Thanks for your feedback. This is a known issue and we will fix it soon.

from tensorrt-llm.

AGI-player avatar AGI-player commented on August 16, 2024

@AGI-player Thanks for your feedback. This is a known issue and we will fix it soon.

ok~

from tensorrt-llm.

Hukongtao avatar Hukongtao commented on August 16, 2024

@AGI-player Thanks for your feedback. This is a known issue and we will fix it soon.

image
I got this error

from tensorrt-llm.

AGI-player avatar AGI-player commented on August 16, 2024

@AGI-player Thanks for your feedback. This is a known issue and we will fix it soon.

image I got this error

it should be caused by the differences between GQA(32B) and MHA(others)

from tensorrt-llm.

AGI-player avatar AGI-player commented on August 16, 2024

@AGI-player Thanks for your feedback. This is a known issue and we will fix it soon.

image I got this error

it should be caused by the differences between GQA(32B) and MHA(others)

image With this modification, the code can run normally

nice, i'll try it.

from tensorrt-llm.

shilijunConnan avatar shilijunConnan commented on August 16, 2024

@AGI-player Thanks for your feedback. This is a known issue and we will fix it soon.

image I got this error

it should be caused by the differences between GQA(32B) and MHA(others)

image With this modification, the code can run normally

I commented these three lines,but still have the same error
image

from tensorrt-llm.

Hukongtao avatar Hukongtao commented on August 16, 2024

@AGI-player Thanks for your feedback. This is a known issue and we will fix it soon.

image I got this error

it should be caused by the differences between GQA(32B) and MHA(others)

image With this modification, the code can run normally

I commented these three lines,but still have the same error image

“--qwen_type qwen2”, Do you set this?

from tensorrt-llm.

shilijunConnan avatar shilijunConnan commented on August 16, 2024

@AGI-player Thanks for your feedback. This is a known issue and we will fix it soon.

image I got this error

it should be caused by the differences between GQA(32B) and MHA(others)

image With this modification, the code can run normally

I commented these three lines,but still have the same error image

“--qwen_type qwen2”, Do you set this?

I set it, using
python3 convert_checkpoint.py --model_dir /workspace/model/model/Qwen1.5-32B-Chat/ --output_dir /workspace/model/model/Qwen-32B-trt --dtype float16 --qwen_type qwen2
and it doesn't seem to work

from tensorrt-llm.

Hukongtao avatar Hukongtao commented on August 16, 2024

@AGI-player Thanks for your feedback. This is a known issue and we will fix it soon.

image I got this error

it should be caused by the differences between GQA(32B) and MHA(others)

image With this modification, the code can run normally

I commented these three lines,but still have the same error image

“--qwen_type qwen2”, Do you set this?

I set it, using python3 convert_checkpoint.py --model_dir /workspace/model/model/Qwen1.5-32B-Chat/ --output_dir /workspace/model/model/Qwen-32B-trt --dtype float16 --qwen_type qwen2 and it doesn't seem to work

python3 convert_checkpoint.py \
    --model_dir         ./Qwen1.5-32B-Chat-GPTQ-Int4/ \
    --output_dir        ./tllm_checkpoint_1gpu_gptq/ \
    --dtype float16 \
    --use_weight_only \
    --weight_only_precision int4_gptq \
    --per_group \
    --load_model_on_cpu \
    --qwen_type qwen2

This works for me

from tensorrt-llm.

shilijunConnan avatar shilijunConnan commented on August 16, 2024

@AGI-player Thanks for your feedback. This is a known issue and we will fix it soon.

image I got this error

it should be caused by the differences between GQA(32B) and MHA(others)

image With this modification, the code can run normally

I commented these three lines,but still have the same error image

“--qwen_type qwen2”, Do you set this?

I set it, using python3 convert_checkpoint.py --model_dir /workspace/model/model/Qwen1.5-32B-Chat/ --output_dir /workspace/model/model/Qwen-32B-trt --dtype float16 --qwen_type qwen2 and it doesn't seem to work

python3 convert_checkpoint.py \
    --model_dir         ./Qwen1.5-32B-Chat-GPTQ-Int4/ \
    --output_dir        ./tllm_checkpoint_1gpu_gptq/ \
    --dtype float16 \
    --use_weight_only \
    --weight_only_precision int4_gptq \
    --per_group \
    --load_model_on_cpu \
    --qwen_type qwen2

This works for me

Thanks, it works for me in Qwen1.5-32B-Chat-GPTQ-Int4 too

from tensorrt-llm.

KnightLancelot avatar KnightLancelot commented on August 16, 2024

This issue arises because the conversion of the non-quantized version of qwen1.5 is not implemented in "tensorrt_llm/models/qwen/convert.py" or "tensorrt_llm/models/qwen/model.py".

from tensorrt-llm.

Fred-cell avatar Fred-cell commented on August 16, 2024

is this issue fixed now?

from tensorrt-llm.

KnightLancelot avatar KnightLancelot commented on August 16, 2024

no

from tensorrt-llm.

AGI-player avatar AGI-player commented on August 16, 2024

@AGI-player Thanks for your feedback. This is a known issue and we will fix it soon.

@jershi425 is this issue fixed in the latest version?

from tensorrt-llm.

shilijunConnan avatar shilijunConnan commented on August 16, 2024

from tensorrt-llm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.