bhsueh_NV

Results 639 comments of bhsueh_NV

1. From the model card, T5 v1.1 uses the GEGLU, which is not supported in FasterTransformer now. 2. You should ask this question in the Megatron-LM repo. We are not...

Please provide the steps to reproduce your issues, including the docker environment, building scripts and running scripts.

Close this bug because it is inactivated. Feel free to re-open this issue if you still have any problem.

What docker image do you use?

Docker is not necessary. But it is helpful to setup the environment. I guess the problem you encounter is you don't install the MPI, or the make file cannot find...

ok, your driver and gpu are both too old to use the docker. Try to build the repo in your previous environment, but add `-DBUILD_MULTI_GPU=OFF`.

You can try the suggestion in this issue https://github.com/NVIDIA/FasterTransformer/issues/69.

Besides, you can try to add `-lmpi` into CMakeLists.txt of `gptj_example`.

Close this bug because it is inactivated. Feel free to re-open this issue if you still have any problem.

Please refer the guides in https://github.com/NVIDIA/FasterTransformer/tree/main/docs.