ZW
ZW
expected to get `start` exactly once.
I installed tensorflow from conda-forge and tensorflow_io with pip. However importing tensorflow_io failed with an error ``` NotImplementedError: unable to open file: libtensorflow_io.so, from paths: ['/data/miniconda/lib/python3.7/site-packages/tensorflow_io/co re/python/ops/libtensorflow_io.so'] caused by: ['/data/miniconda/lib/python3.7/site-packages/tensorflow_io/core/python/ops/libtensorflow_io.so:...
### Feature request Add safetensors support to FlashLlama. ### Motivation On server startup, bin files are automatically converted to safetensors format. But the FlashLlama class currently only looks for bin...
I quantized a custom fine-tuned llama2 70b model like this. ```bash $ python main.py \ --model /data/finetuned_llama2_70b \ --epochs 20 \ --output_dir /data/finetuned_llama2_70b_output \ --wbits 4 \ --abits 16 \...
Is there a way to get a `Vec` from an array column?
### Steps to reproduce 1. cd farm-naiveui 2. bun install 3. bun run build 4. cd dist 5. python -m http.server 6. open url in browser, find `ReferenceError: createKey is...
These are some features that are nice to have, not sure if they are beyond the scope of this project? **LineChart** 1. Support multiple lines (same scale) **BarChart** 1. Support...