-
测试设备:OPPOr9m
测试模型:mobilenet_v2_1.0_224.ms
benchmark版本:mindspore-lite-1.0.1-runtime-arm64-gpu
adb下测试命令:./benchmark --modelFile=./models/mobilenet_v2_1.0_224.ms --device=GPU
crash日志:
cpuBindMode …
-
The API documentation (https://github.com/ollama/ollama/blob/main/docs/api.md#generate-a-chat-completion) refers to https://github.com/ollama/ollama/blob/main/docs/modelfile.md#valid-parameters-and-va…
-
I have created a custom model using the `ollama create custom_model -f modelfile`. The custom model is based on codellama. Some examples and context are provided in the modelfile. In the CLI interface…
-
I get a "segmentation fault" when I try to convert the ONNX model in MNN model:
```
MNNConvert -f ONNX --modelFile voxceleb_resnet34.onnx --MNNModel model.mnn --bizCode MNN
```
```
The device…
-
Hey there! Had an issue a few months ago about not being able to quantize the model in order to run it using ollama.
Figured it out back then and all was good.
Today I wanted to train a differen…
-
### Description
hello
context is : ollama + llama3.1 8B
the generated commit message is too rich, it acts as is the LLM did a code review of my code and gave me some suggestions.
example :
…
-
联通的兄弟,在ollama的模型仓库上传一下,或者发一下ollama的modelfile
-
I prompted an error when using the create function
def createModelFile():
path="/root/data/finetuneFile/modelExport/modelgguf/mytest1.gguf"
modelfile = f"""
FROM {path}
"""
…
-
Based on the Delta-tuning explained here, we will design an git-based incremental fine-tuning MVP.
The pre-commit should work with git(hub)flow and stacked-git workflows. A high level is:
A modelfile…
-
**Describe the bug**
At least with gemma2-27b, context length setting in Ollama model settings appeared to do nothing.
To get larger context length, I had to create an ollama modelfile with `PARAMET…