(llama) ~ ➤ conda info active environment : llama active env location : /Users/fozziethebeat/anaconda3/envs/llama shell level : 1 user config file : /Users/fozziethebeat/.condarc populated config files : /Users/fozziethebeat/.condarc conda version : 23.7.4 conda-build version : 3.26...
🐛 Describe the bug I have been trying to JIT trace Whisper, using this code: from transformers import WhisperProcessor, WhisperForConditionalGeneration from datasets import load_dataset import torch # model_name = "whisper-large-v2" mode...
ggml_init_cublas: GGML_CUDA_FORCE_MMQ: no ggml_init_cublas: CUDA_USE_TENSOR_CORES: yes ggml_init_cublas: found 1 CUDA devices: Device 0: NVIDIA GeForce RTX 4060 Ti, compute capability 8.9 llama_model_loader: loaded meta data with 20 key-value pairs and 291 tensors from ../text-ge...
Sorry, I might have a pretty basic misunderstanding as far as the spec, the docs, or the terms used. I took "external" to mean a reference to a schema in another file; the characters and emotes in the $def block in the second example should be all local, right? Even given the note...
ifs_input) { std::cout << "No such file or directory: " << arg[1] << std::endl; exit("parse_input", "could not open the file"); } } if (!locate_tag("&general")) exit("parse_input", "&general entry not found in the input file"); parse_general_vars(); if (!loca...
path.dirname(__file__), "user-provided-file.txt")) Windows Programs without console give no errors For debugging purposes, remove --windows-disable-console or use the options --windows-force-stdout-spec and --windows-force-stderr-spec with paths as documented for --windows-onefile-tempdir-...