mirror of
https://github.com/AI4Finance-Foundation/FinGPT.git
synced 2024-02-15 23:10:01 +03:00
Update README.md
This commit is contained in:
@@ -45,9 +45,9 @@ python3 main.py \
|
||||
## Testing
|
||||
Use the following command to implement inference.
|
||||
```
|
||||
python ./inference/batchbot_torch.py --path checkpoints/actor-models/sent-llama-7b --max_new_tokens 16
|
||||
python ./inference/batchbot.py --path checkpoints/actor-models/sent-llama-7b --max_new_tokens 16 --local_rank 0
|
||||
```
|
||||
|
||||
|
||||
## Acknowledgement
|
||||
This code is developed based on [DeepSpeed-Chat](https://github.com/microsoft/DeepSpeed/tree/master/blogs/deepspeed-chat).
|
||||
This code is developed based on [DeepSpeed-Chat](https://github.com/microsoft/DeepSpeed/tree/master/blogs/deepspeed-chat).
|
||||
|
||||
Reference in New Issue
Block a user