Home
last modified time | relevance | path

Searched +full:model +full:- +full:00002 +full:- +full:of +full:- +full:00002 (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/executorch/examples/llm_pte_finetuning/
H A Dphi3_alpaca_code_config.yaml3 path: /tmp/Phi-3-mini-4k-instruct/tokenizer.model
16 model:
26 checkpoint_dir: /tmp/Phi-3-mini-4k-instruct
28 model-00001-of-00002.safetensors,
29 model-00002-of-00002.safetensors
32 output_dir: /tmp/Phi-3-mini-4k-instruct/
H A Dphi3_config.yaml3 path: /tmp/Phi-3-mini-4k-instruct/tokenizer.model
15 model:
25 checkpoint_dir: /tmp/Phi-3-mini-4k-instruct
27 model-00001-of-00002.safetensors,
28 model-00002-of-00002.safetensors
31 output_dir: /tmp/Phi-3-mini-4k-instruct/
H A DREADME.md3 In this tutorial, we show how to fine-tune an LLM using executorch.
5 ## Pre-requisites
7 You will need to have a model's checkpoint, in the Hugging Face format. For example:
10 git clone https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
13 …s installation instructions](https://github.com/pytorch/torchtune?tab=readme-ov-file#installation).
21 …o use [PHI3 Mini Instruct](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct) model from Mic…
26 path: /tmp/Phi-3-mini-4k-instruct/tokenizer.model
34 In this example we use the [Alpaca-Cleaned dataset](https://huggingface.co/datasets/yahma/alpaca-cl…
44 …orchtune docs](https://pytorch.org/torchtune/stable/tutorials/datasets.html#hugging-face-datasets).
55 ### Model subsection
[all …]
/aosp_15_r20/external/executorch/examples/models/llama/
H A DUTILS.md3 ## Stories110M model
5 If you want to deploy and run a smaller model for educational purposes, you can try stories110M mod…
11 1. Download `stories110M.pt` and `tokenizer.model` from Github.
14 wget "https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model"
18 …echo '{"dim": 768, "multiple_of": 32, "n_heads": 12, "n_layers": 12, "norm_eps": 1e-05, "vocab_siz…
20 3. Export model and generate `.pte` file.
22 python -m examples.models.llama.export_llama -c stories110M.pt -p params.json -X -kv
25 ## Smaller model delegated to other backends
27 Currently we supported lowering the stories model to other backends, including, CoreML, MPS and QNN…
28-run-coreml.html), [MPS](https://pytorch.org/executorch/main/build-run-mps.html), [QNN](https://py…
[all …]
/aosp_15_r20/external/coreboot/Documentation/mainboard/lenovo/
H A Dmontevina_series.md6 # flashrom -p internal
9 Note that this does not allow you to determine whether the chip is in a SOIC-8
10 or a SOIC-16 package.
18 # flashrom -p YOUR_PROGRAMMER -w coreboot.rom --ifd -i bios
23 ```{eval-rst}
26 ``gbe`` region), so the process would be a little different for that model.
34 First of all create a backup of your ROM with an external programmer:
36 # flashrom -p YOUR_PROGRAMMER -r backup.rom
42 $ ifdtool -x backup.rom
46 your backup with **ifdtool**](#modifying-flash-descriptor-using-ifdtool), or
[all …]
/aosp_15_r20/external/coreboot/Documentation/mainboard/hp/
H A Dcompaq_8200_sff.md10 - Extended HWM reporting
11 - Advanced LED control
12 - Advanced power configuration in S3
16 ```{eval-rst}
17 +---------------------+-------------------------+
21 +---------------------+-------------------------+
22 | Model | MX25L6406E/MX25L6408E |
23 +---------------------+-------------------------+
25 +---------------------+-------------------------+
27 +---------------------+-------------------------+
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
H A DBUILD6 # buildifier: disable=same-origin-load
40 "testdata/tf_readvariableop_saved_model/variables/variables.data-00000-of-00001",
43 "testdata/tf_variablev2_saved_model/variables/variables.data-00000-of-00001",
46 "testdata/tftrt_2.0_saved_model/variables/variables.data-00000-of-00002",
47 "testdata/tftrt_2.0_saved_model/variables/variables.data-00001-of-00002",
63 "testdata/mnist/model.ckpt-46900.data-00000-of-00001",
64 "testdata/mnist/model.ckpt-46900.index",
417 "manual", # TODO(b/231239602): re-enable once naming issue is resolved.
419 "no_oss", # TODO(b/231239602): re-enable once naming issue is resolved.
423 "notap", # TODO(b/231239602): re-enable once naming issue is resolved.
/aosp_15_r20/external/coreboot/Documentation/mainboard/intel/
H A Ddq67sw.md3 The Intel DQ67SW is a microATX-sized desktop board for Intel Sandy Bridge CPUs.
7 ```{eval-rst}
8 +------------------+--------------------------------------------------+
10 +------------------+--------------------------------------------------+
12 +------------------+--------------------------------------------------+
14 +------------------+--------------------------------------------------+
15 | RAM | 4 x DDR3-1333 |
16 +------------------+--------------------------------------------------+
17 | Super I/O | Nuvoton/Winbond W83677HG-i |
18 +------------------+--------------------------------------------------+
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/
H A Dcheckpoint_management.py5 # You may obtain a copy of the License at
7 # http://www.apache.org/licenses/LICENSE-2.0
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # pylint: disable=invalid-name
40 """Returns the numpy value of a tensor."""
51 latest_filename: Name of the file in 'save_dir' that is used
55 The path of the file that contains the CheckpointState proto.
71 save_dir: Directory where the model was saved.
73 all_model_checkpoint_paths: List of strings. Paths to all not-yet-deleted
74 checkpoints, sorted from oldest to newest. If this is a non-empty list,
[all …]
/aosp_15_r20/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairGattServer.java6 * You may obtain a copy of the License at
8 * http://www.apache.org/licenses/LICENSE-2.0
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
78 .fromString("0000FE2C-0000-1000-8000-00805f9b34fb");
80 .fromString("FE2C1233-8366-4814-8EB0-01DE32100BEA");
82 .fromString("FE2C1234-8366-4814-8EB0-01DE32100BEA");
84 .fromString("FE2C1235-8366-4814-8EB0-01DE32100BEA");
86 .fromString("FE2C1236-8366-4814-8EB0-01DE32100BEA");
88 .fromString("00002902-0000-1000-8000-00805f9b34fb");
90 .fromString("00002A00-0000-1000-8000-00805f9b34fb");
[all …]
/aosp_15_r20/external/cpuinfo/test/dmesg/
H A Dalldocube-iwork8.log4 <5>[ 0.000000] Linux version 3.14.37-x86_64-L1-R517 (dell@build) (gcc version 4.8 (GCC) ) #1 SMP…
6 <6>[ 0.000000] e820: BIOS-provided physical RAM map:
7 <6>[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
8 <6>[ 0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
9 <6>[ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
10 <6>[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
11 <6>[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001effffff] usable
12 <6>[ 0.000000] BIOS-e820: [mem 0x000000001f000000-0x00000000201fffff] reserved
13 <6>[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000007b011fff] usable
14 <6>[ 0.000000] BIOS-e820: [mem 0x000000007b012000-0x000000007b041fff] reserved
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dsaver_test.py5 # You may obtain a copy of the License at
7 # http://www.apache.org/licenses/LICENSE-2.0
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
60 import tensorflow.python.ops.nn_grad # pylint: disable=unused-import
112 v0 = variable_op(-1.0, name="v0")
113 v1 = variable_op(-1.0, name="v1")
181 # Input to SaveV2 op is placed on CPU of the same device as
194 for i in range(num_graphs - 1):
208 self.assertNear(0.0, self.evaluate(v1), 1e-5)
212 self.assertNear(3.14, self.evaluate(v1), 1e-5)
[all …]
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DFastPairGattServerTest.java6 * You may obtain a copy of the License at
8 * http://www.apache.org/licenses/LICENSE-2.0
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
83 .fromString("0000FE2C-0000-1000-8000-00805f9b34fb");
85 .fromString("FE2C1233-8366-4814-8EB0-01DE32100BEA");
87 .fromString("FE2C1234-8366-4814-8EB0-01DE32100BEA");
89 .fromString("FE2C1235-8366-4814-8EB0-01DE32100BEA");
91 .fromString("FE2C1236-8366-4814-8EB0-01DE32100BEA");
93 .fromString("00002902-0000-1000-8000-00805f9b34fb");
95 .fromString("00002A00-0000-1000-8000-00805f9b34fb");
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/javac/
DBluetooth.jar ... META-INF/ META-INF/MANIFEST.MF android/ android/bluetooth ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/1.3.61-release-180/
HDkotlin-compiler-1.3.61-release-180.jar ... util-io.kotlin_module META-INF/kotlin-util-klib-metadata.kotlin_module META-INF ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/gradle-plugin/metalava-gradle-plugin-deps/linux_glibc_common/local-combined/
Dmetalava-gradle-plugin-deps.jar ... -INF/analysis-api-fir-standalone-base.kotlin_module META-INF/analysis-api
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-plugin-ij193/1.3.61-release-180/
HDkotlin-plugin-ij193-1.3.61-release-180.jar ... /annotation-based-compiler-plugins-ide-support.kotlin_module org/ org/jetbrains/ org ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Uwb/service/service-uwb/android_common_apex33/combined/
Dservice-uwb.jar ... META-INF/ META-INF/MANIFEST.MF android/ android/hardware ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Uwb/service/service-uwb-pre-jarjar/android_common_apex33/javac/
Dservice-uwb-pre-jarjar.jar ... META-INF/ META-INF/MANIFEST.MF com/ com/android ...
/aosp_15_r20/external/vulkan-headers/registry/
H A Dvalidusage.json6 "date": "2024-09-06 23:20:00Z"
12 "vuid": "VUID-vkGetInstanceProcAddr-instance-parameter",
17 "vuid": "VUID-vkGetInstanceProcAddr-pName-parameter",
18 …xt": "<code>pName</code> <strong class=\"purple\">must</strong> be a null-terminated UTF-8 string",
26 "vuid": "VUID-vkGetDeviceProcAddr-device-parameter",
31 "vuid": "VUID-vkGetDeviceProcAddr-pName-parameter",
32 …xt": "<code>pName</code> <strong class=\"purple\">must</strong> be a null-terminated UTF-8 string",
40 "vuid": "VUID-vkEnumerateInstanceVersion-pApiVersion-parameter",
49 "vuid": "VUID-vkCreateInstance-ppEnabledExtensionNames-01388",
50 …"text": "All <a href=\"#extendingvulkan-extensions-extensiondependencies\">required extensions</a>…
[all …]
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/registry/
H A Dvalidusage.json5 "comment": "from git branch: github-main commit: 310c86fb5a06544a84bce70867f7c038b748e51c",
6 "date": "2024-11-21 05:51:25Z"
12 "vuid": "VUID-vkGetInstanceProcAddr-instance-parameter",
17 "vuid": "VUID-vkGetInstanceProcAddr-pName-parameter",
18 …xt": "<code>pName</code> <strong class=\"purple\">must</strong> be a null-terminated UTF-8 string",
26 "vuid": "VUID-vkGetDeviceProcAddr-device-parameter",
31 "vuid": "VUID-vkGetDeviceProcAddr-pName-parameter",
32 …xt": "<code>pName</code> <strong class=\"purple\">must</strong> be a null-terminated UTF-8 string",
40 "vuid": "VUID-vkEnumerateInstanceVersion-pApiVersion-parameter",
49 "vuid": "VUID-vkCreateInstance-ppEnabledExtensionNames-01388",
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/Uwb/service/service-uwb/android_common_apex33/jarjar/
Dservice-uwb.jarjavax/annotation/meta/When.class When.java package javax.annotation.meta public ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/service-uwb.com.android.uwb_intermediates/
Dclasses.jarjavax/annotation/meta/When.class When.java package javax.annotation.meta public ...
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/
Dcore-tests.jar ... META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/ ...
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dcore-tests.jar ... META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/ ...

12