Issues of GPT2-example
When I followed the GPT2-example in the tutorial, I encountered the following problem.
By the way, in the GPT2-example in the tutorial, the packages of TrainerParam and DatasetParamn are missing, and they should be imported by
from pipeline.component.nn import TrainerParam, DatasetParam
I also faced this problem
When I followed the GPT2-example in the tutorial, I encountered the following problem.
By the way, in the **GPT2-example** in the tutorial, the packages of **TrainerParam** and **DatasetParamn** are missing, and they should be imported by `from pipeline.component.nn import TrainerParam, DatasetParam `
Can you show us the version of fate-client? Also with the version of fate.
When I followed the GPT2-example in the tutorial, I encountered the following problem.
By the way, in the GPT2-example in the tutorial, the packages of TrainerParam and DatasetParamn are missing, and they should be imported by
from pipeline.component.nn import TrainerParam, DatasetParamCan you show us the version of fate-client? Also with the version of fate.
The version is 1.11.2. I installed the standalone version following the guidelines 'Install FATE using a Docker image (recommended)' on page.
When I followed the GPT2-example in the tutorial, I encountered the following problem.
By the way, in the GPT2-example in the tutorial, the packages of TrainerParam and DatasetParamn are missing, and they should be imported by
from pipeline.component.nn import TrainerParam, DatasetParamCan you show us the version of fate-client? Also with the version of fate.
The version is 1.11.2. I installed the standalone version following the guidelines 'Install FATE using a Docker image (recommended)' on page.
Please refer to deployment guide, the docker image does not have fate_llm directory.
I have copied directory python/fate_llm to {fate_install}/fate/python/fate_llm, but the error still exists.
By the way, in the **GPT2-example** in the tutorial, the packages of **TrainerParam** and **DatasetParamn** are missing, and they should be imported by `from pipeline.component.nn import TrainerParam, DatasetParam `