helizac commited on
Commit
34648ff
·
verified ·
1 Parent(s): 0e603f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -187,6 +187,11 @@ def run_turna_gguf(prompt="Bir varmış bir yokmuş, ", temperature=1, quantizat
187
  - The path to the configuration file containing model-specific settings.
188
  - **model_id** (`str`, default: "helizac/TURNA_GGUF"):
189
  - The identifier for the model in the Hugging Face repository.
 
 
 
 
 
190
 
191
  ## Thanks, and how to contribute
192
 
 
187
  - The path to the configuration file containing model-specific settings.
188
  - **model_id** (`str`, default: "helizac/TURNA_GGUF"):
189
  - The identifier for the model in the Hugging Face repository.
190
+
191
+ ## Feature Works
192
+
193
+ 1 - Currently, TURNA_GGUF only supports CPU usage. Looking to implement it for CUDA support. An issue has already opened and if it's fixed I am going to implement it -> https://github.com/huggingface/candle/issues/2266
194
+ 2 - Lots of other dependencies came with huggingface/candle framework and the compiling time can take a very long time. Must write a simplified version to run only quantized-t5 models.
195
 
196
  ## Thanks, and how to contribute
197