We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f781b8 commit a2c2fb5Copy full SHA for a2c2fb5
.github/workflows/test.yml
@@ -21,7 +21,6 @@ jobs:
21
- uses: actions/checkout@v4
22
- name: Install dependencies
23
run: |
24
- rustup toolchain install nightly
25
mkdir all-MiniLM-L6-v2_onnx
26
cd all-MiniLM-L6-v2_onnx && wget https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2/blob/main/config.json
27
wget https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2/blob/main/onnx/model.onnx
@@ -30,4 +29,4 @@ jobs:
30
29
wget https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2/blob/main/tokenizer.json
31
wget https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2/blob/main/vocab.txt
32
- name: test
33
- run: RUST_TEST_THREADS=1 cargo_test
+ run: RUST_TEST_THREADS=1 cargo test
0 commit comments