- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 206 for pip (0.01 sec)
-
.github/bot_config.yml
* If error still persists then, apparently your CPU model does not support AVX instruction sets. * Refer [hardware requirements](https://www.tensorflow.org/install/pip#hardware-requirements). ----------------------------------------------------------------------------------------------- **2. Installing **TensorFlow** (TF) CPU prebuilt binaries**
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Jul 15 05:00:54 UTC 2024 - 4K bytes - Viewed (0) -
docs/pt/docs/contributing.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 14.8K bytes - Viewed (0) -
cni/pkg/nodeagent/server.go
if err := s.hostsideProbeIPSet.AddIP(pip, ipProto, podUID, false); err != nil { ipsetAddrErrs = append(ipsetAddrErrs, err) log.Errorf("failed adding pod %s to ipset %s with ip %s, error was %s", pod.Name, &s.hostsideProbeIPSet.Prefix, pip, err) } else { addedIps = append(addedIps, pip) } } return addedIps, errors.Join(ipsetAddrErrs...) }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Sep 25 20:54:34 UTC 2024 - 13.4K bytes - Viewed (0) -
docs/vi/docs/tutorial/index.md
<div class="termy"> ```console $ pip install "fastapi[all]" ---> 100% ``` </div> ...dó cũng bao gồm `uvicorn`, bạn có thể sử dụng như một server để chạy code của bạn. /// note Bạn cũng có thể cài đặt nó từng phần. Đây là những gì bạn có thể sẽ làm một lần duy nhất bạn muốn triển khai ứng dụng của bạn lên production: ``` pip install fastapi ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 3.2K bytes - Viewed (0) -
docs/fr/docs/deployment/manually.md
//// tab | Uvicorn * <a href="https://www.uvicorn.org/" class="external-link" target="_blank">Uvicorn</a>, un serveur ASGI rapide comme l'éclair, basé sur uvloop et httptools. <div class="termy"> ```console $ pip install "uvicorn[standard]" ---> 100% ``` </div> /// tip | "Astuce" En ajoutant `standard`, Uvicorn va installer et utiliser quelques dépendances supplémentaires recommandées.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 5.3K bytes - Viewed (0) -
.github/actions/notify-translations/Dockerfile
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Sep 28 19:51:39 UTC 2023 - 138 bytes - Viewed (0) -
docs/zh/docs/tutorial/index.md
第一个步骤是安装 FastAPI。 为了使用本教程,你可能需要安装所有的可选依赖及对应功能: <div class="termy"> ```console $ pip install "fastapi[all]" ---> 100% ``` </div> ......以上安装还包括了 `uvicorn`,你可以将其用作运行代码的服务器。 /// note 你也可以分开来安装。 假如你想将应用程序部署到生产环境,你可能要执行以下操作: ``` pip install fastapi ``` 并且安装`uvicorn`来作为服务器: ``` pip install "uvicorn[standard]" ``` 然后对你想使用的每个可选依赖项也执行相同的操作。 /// ## 进阶用户指南
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 2.4K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/tflite-converter-issue.md
labels: 'TFLiteConverter' --- ### 1. System information - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): - TensorFlow installation (pip package or built from source): - TensorFlow library (version, if pip package or github SHA, if built from source): ### 2. Code Provide code to help us reproduce your issues using one of the following options: #### Option A: Reference colab notebooks
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Jun 15 03:35:58 UTC 2022 - 2.1K bytes - Viewed (0) -
.github/workflows/arm-cd.yml
- name: Checkout repository for releases (skipped for nightly) if: ${{ github.event_name == 'push' }} uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Build and test pip wheel shell: bash run: | is_nightly=0 && tf_project_name='tensorflow_cpu_aws' && ${{ github.event_name == 'schedule' }} && is_nightly=1 && tf_project_name='tf_nightly_cpu_aws'
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Fri Nov 01 08:40:10 UTC 2024 - 3K bytes - Viewed (0) -
docs/ru/docs/deployment/docker.md
Опция `--no-cache-dir` указывает `pip` не сохранять загружаемые библиотеки на локальной машине для использования их в случае повторной загрузки. В контейнере, в случае пересборки этого шага, они всё равно будут удалены. /// note | Заметка Опция `--no-cache-dir` нужна только для `pip`, она никак не влияет на Docker или контейнеры. /// Опция `--upgrade` указывает `pip` обновить библиотеки, емли они уже установлены.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Aug 12 21:47:53 UTC 2024 - 57.6K bytes - Viewed (0)