mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
llama2-uncensored:70b might be pointing to regular llama2:70b? #25
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @makestuff4fun on GitHub (Feb 8, 2024).
ollama run llama2-uncensored:70b
ollama run llama2-uncensored:7b works as expected.
This is only an ollama issue if it's pointing to the wrong model. If the model link is correct and it's simply not uncensored, then the issue really doesn't belong here. I just don't know how to tell the difference. I have also run the regular llama2:70b if that is relevant.
I suppose there is another possibility and that's the model needs to be forced to be uncensored with prompting like dophin-mistral, but that seems unlikely as the 7b acts as a regular uncensored model.
Can anyone try the 70b and see if it's just me?