-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
yes
### Source
source
### TensorFlow version
2.17.0
### Custom code
Yes
### OS platform and di…
-
I find I get the following warnings about CUDA as I don't have the correct nVidia driver installed.
```
❱ topostats --help
2024-10-11 15:14:19.949079: I external/local_xla/xla/tsl/cuda/cu…
-
We are running into issues building images for Linux/amd64 on macOS ARM (M3 for what it's worth).
It turns out some Rust projects (e.g. `serde`) try to build using Linux/amd64/v2 (released 2008) in…
-
As mentioned in #62, machine-specific instructions in tuned code (ex. AVX2 instructions) could be cached and saved in Hunter, then distributed to end users that may not have AVX2 capabilities. Perhaps…
-
I'd like to train a model on some genomes I have available locally. I have my gene models in GFF format so I converted to GTF with `gffread`, extracted the longest isoform, then tried creating `tfrec…
-
**LocalAI version:**
localai/localai:latest-aio-cpu
**Environment, CPU architecture, OS, and Version:**
Docker Desktop, Ryzen 7 7800X3D, Windows 11 Pro
**Describe the bug**
Container fail…
-
Does this library use AVX1 or AVX2? or is there any other C or C++ library that uses AVX2 instructions?
-
I have a small flake for tensorflow/keras dev:
```
{
description = "Deep learning environment";
outputs = { self, nixpkgs }:
let pkgs = nixpkgs.legacyPackages.x86_64-linux;
mypython = pk…
-
please add tensorflow_cpu 1.4.0 with SSE4.1, SSE4.2, AVX, but without AVX2, Thank you.
tensorflow/core/platform/cpu_feature_guard.cc:36] The TensorFlow library was compiled to use AVX2 instructions…
-
Followed the instructions from the README and started the example from `GenerativeAIExamples/RAG/examples/basic_rag/langchain`.
The docker logs of chain-server:
```
INFO: Started server process […