Ahmed Elnaggar
Ahmed Elnaggar
Hello, I have converted bloomz model successfully, but the inference doesn't work. ``` ./main -m ./models/ggml-model-bloomz-f16.bin -t 8 -n 128 main: seed = 1679167152 bloom_model_load: loading model from './models/ggml-model-bloomz-f16.bin' -...
Hello, Thanks for your great work. I have noticed that you don't use batch processing in your "get_cell_types_for_adata" function, which makes the feature extraction process very slow. Compared to the...
Hi, I am trying to combine both GSPMD + PyTorch Compile, but it doesn't work. I took a copy of the test script "test_train_spmd_imagenet.py" and test it in colab, and...
### Please make sure these conditions are met - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on...