How to switch from CPU to GPU? #91
Closed
Aleksi-learn-code
started this conversation in
General
Replies: 1 comment 2 replies
-
What's the issue? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I switch from CPU to GPU when it comes to calculations? can you help?
`using System;
using System.Windows.Forms;
using System.Threading;
using System.Threading.Tasks;
using OllamaSharp;
using OllamaSharp.Models.Chat;
using System.Xml.Linq;
namespace OllamaChatApp
{
public partial class Form1 : Form
{
private Chat _chat; // Entferne readonly
}
`
Beta Was this translation helpful? Give feedback.
All reactions