"git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "6dbb18df928b97ef7858d8df1bf0bc0003d5f302"
Unverified Commit 77c8f6c6 authored by Guillem García Subies's avatar Guillem García Subies Committed by GitHub
Browse files

Corrected typo in readme (#8320)

parent 226b9deb
...@@ -68,7 +68,7 @@ For example for `run_glue`: ...@@ -68,7 +68,7 @@ For example for `run_glue`:
```bash ```bash
python examples/xla_spawn.py --num_cores 8 \ python examples/xla_spawn.py --num_cores 8 \
examples/text-classification/run_glue.py examples/text-classification/run_glue.py \
--model_name_or_path bert-base-cased \ --model_name_or_path bert-base-cased \
--task_name mnli \ --task_name mnli \
--data_dir ./data/glue_data/MNLI \ --data_dir ./data/glue_data/MNLI \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment