mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
Adding Dropout Layer to models and accessing nn layers information #187
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 @Elimane0800 on GitHub (Dec 15, 2024).
Is it possible to add dropout layer to the models (to enable Monte Carlo dropout for example) ? Plus access the neural network layer information of models.
Elimane
@ParthSareen commented on GitHub (Jan 16, 2025):
Ollama is just a runner for the models. It seems you're looking for running with PyTorch or something alike?