mirror of
https://github.com/bigscience-workshop/petals
synced 2024-11-16 06:12:50 +00:00
extended run_serverexample
This commit is contained in:
parent
20497f81d1
commit
7fba411dff
@ -30,5 +30,5 @@ pip install https://github.com/huggingface/transformers/archive/224bde91caff4ccf
|
||||
python -m cli.inference_one_block --config cli/config.json # see other args
|
||||
|
||||
# minimalistic server with non-trained bloom blocks
|
||||
python -m cli.run_server --block_config bigscience/bloom-6b3 --num_blocks 2
|
||||
python -m cli.run_server --prefix smol --block_config bigscience/bloom-6b3 --num_blocks 2 --identity_path ./server1.id --host_maddrs /ip4/127.0.0.1/tcp/31337
|
||||
```
|
Loading…
Reference in New Issue
Block a user