| # Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved. | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, | |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| # See the License for the specific language governing permissions and | |
| # limitations under the License. | |
| NUM_SAMPLES=500 | |
| REMOVE_NEWLINE_TAB=false | |
| STOP_WORDS="" | |
| if [ -z "${STOP_WORDS}" ]; then | |
| STOP_WORDS="" | |
| else | |
| STOP_WORDS="--stop_words \"${STOP_WORDS}\"" | |
| fi | |
| if [ "${REMOVE_NEWLINE_TAB}" = false ]; then | |
| REMOVE_NEWLINE_TAB="" | |
| else | |
| REMOVE_NEWLINE_TAB="--remove_newline_tab" | |
| fi | |
| # task name in `synthetic.yaml` | |
| synthetic=( | |
| "niah_single_1" | |
| "niah_single_2" | |
| "niah_single_3" | |
| "niah_multikey_1" | |
| "niah_multikey_2" | |
| "niah_multikey_3" | |
| "niah_multivalue" | |
| "niah_multiquery" | |
| "vt" | |
| "cwe" | |
| "fwe" | |
| "qa_1" | |
| "qa_2" | |
| ) | |
Xet Storage Details
- Size:
- 1.17 kB
- Xet hash:
- f7db459dc3080a5c34dae61adafb8043530da2af4b3eb01617797e578c2f2ee5
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.