Skip to content

Commit

Permalink
Fix spaces in command example
Browse files Browse the repository at this point in the history
  • Loading branch information
regisss committed Aug 17, 2023
1 parent 8a0a81d commit ed3c6f0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/text-generation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ python ../gaudi_spawn.py --use_deepspeed --world_size 8 run_generation.py \
>
> And then you can run it as any other model:
> ```
> python run_generation.py \
> --model_name_or_path bigcode/starcoder \
> --batch_size 1 \
> --use_hpu_graphs \
> --use_kv_cache \
> --max_new_tokens 100 \
> --bf16
> python run_generation.py \
> --model_name_or_path bigcode/starcoder \
> --batch_size 1 \
> --use_hpu_graphs \
> --use_kv_cache \
> --max_new_tokens 100 \
> --bf16
> ```

Expand Down

0 comments on commit ed3c6f0

Please sign in to comment.