[go: nahoru, domu]

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

[Docs]: 示例里 8010 和 8011 写反了 #8646

Open
Skypow2012 opened this issue Jun 21, 2024 · 0 comments
Open

[Docs]: 示例里 8010 和 8011 写反了 #8646

Skypow2012 opened this issue Jun 21, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@Skypow2012
Copy link

软件环境

- paddlepaddle:
- paddlepaddle-gpu: 
- paddlenlp:

详细描述

llm/README.mnd
python -m paddle.distributed.launch --gpus "0,1,2,3,4,5,6,7" ./predict/flask_server.py \
    --model_name_or_path meta-llama/Llama-2-7b-chat \
    --port 8010 \
    --flask_port 8011 \
    --dtype "float16"
这里建议 port 8011, flask_port 8010,不然按这个 request_flask_server.py 直接跑会报错容易误解
@Skypow2012 Skypow2012 added the documentation Improvements or additions to documentation label Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants