aoiandroid commited on
Commit
b341c33
·
verified ·
1 Parent(s): 611c4ff

docs: neutralize project-specific paths and product names

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -119,9 +119,9 @@ All 14 files (Euskara, Guarani, Yoruba, Afrikaans, Bengali, Chinese, isiZulu, Ki
119
  ### Reproduce
120
 
121
  ```bash
122
- cd TranslateBluePackage
123
  WHISPERKIT_TEST_AUDIO_DIR=/path/to/input/audio \
124
- WHISPERKIT_TEST_LOG_DIR=/path/to/Log \
125
  swift test --filter WhisperKitAOIAndroidModelTests
126
  ```
127
 
 
119
  ### Reproduce
120
 
121
  ```bash
122
+ cd /path/to/your-swift-package
123
  WHISPERKIT_TEST_AUDIO_DIR=/path/to/input/audio \
124
+ WHISPERKIT_TEST_LOG_DIR=/path/to/log \
125
  swift test --filter WhisperKitAOIAndroidModelTests
126
  ```
127