Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Pricing

Ray Fernando

👤 Person
414 total appearances

Appearances Over Time

Podcast Appearances

The Startup Ideas Podcast
DeepSeek R1 - Everything you need to know

Mines is already showing the app is running here, but that's how you already know it's installed. It will require the terminal, but it really won't hurt you too bad if you have it running. So the first command that you will basically run is this one that's listed on their quick start. So the quick start will be listed here and we'll have this available as a guide for those to download.

The Startup Ideas Podcast
DeepSeek R1 - Everything you need to know

Mines is already showing the app is running here, but that's how you already know it's installed. It will require the terminal, but it really won't hurt you too bad if you have it running. So the first command that you will basically run is this one that's listed on their quick start. So the quick start will be listed here and we'll have this available as a guide for those to download.

The Startup Ideas Podcast
DeepSeek R1 - Everything you need to know

Mines is already showing the app is running here, but that's how you already know it's installed. It will require the terminal, but it really won't hurt you too bad if you have it running. So the first command that you will basically run is this one that's listed on their quick start. So the quick start will be listed here and we'll have this available as a guide for those to download.

The Startup Ideas Podcast
DeepSeek R1 - Everything you need to know

And all you have to do is follow these two steps, really. So the first step is pull the container. So this is you just copy this and then you put it into the terminal and then it's going to do this little pulling thing and it'll probably download like, you know, several gigabytes of files onto your machine. And then the next step is literally what they call running the container.

The Startup Ideas Podcast
DeepSeek R1 - Everything you need to know

And all you have to do is follow these two steps, really. So the first step is pull the container. So this is you just copy this and then you put it into the terminal and then it's going to do this little pulling thing and it'll probably download like, you know, several gigabytes of files onto your machine. And then the next step is literally what they call running the container.

The Startup Ideas Podcast
DeepSeek R1 - Everything you need to know

And all you have to do is follow these two steps, really. So the first step is pull the container. So this is you just copy this and then you put it into the terminal and then it's going to do this little pulling thing and it'll probably download like, you know, several gigabytes of files onto your machine. And then the next step is literally what they call running the container.

The Startup Ideas Podcast
DeepSeek R1 - Everything you need to know

So with Docker, the whole app and everything is all contained in one. So that way you don't have to spend a bunch of time doing extra terminal things. This is probably the only two terminal things that you will run. If you're running a PC, you probably want to run, especially for NVIDIA, you'll want to run this command, GPUs-all. So all you have to do is just copy this one if you're running NVIDIA.

The Startup Ideas Podcast
DeepSeek R1 - Everything you need to know

So with Docker, the whole app and everything is all contained in one. So that way you don't have to spend a bunch of time doing extra terminal things. This is probably the only two terminal things that you will run. If you're running a PC, you probably want to run, especially for NVIDIA, you'll want to run this command, GPUs-all. So all you have to do is just copy this one if you're running NVIDIA.

The Startup Ideas Podcast
DeepSeek R1 - Everything you need to know

So with Docker, the whole app and everything is all contained in one. So that way you don't have to spend a bunch of time doing extra terminal things. This is probably the only two terminal things that you will run. If you're running a PC, you probably want to run, especially for NVIDIA, you'll want to run this command, GPUs-all. So all you have to do is just copy this one if you're running NVIDIA.

The Startup Ideas Podcast
DeepSeek R1 - Everything you need to know

And that'll take advantage of your GPU. And it'll run more efficiently when you're running it locally. So the one I like to do is just a single user mode, which doesn't require sign in. That way, if you're the only one that's using it at your house or on your network, that's probably the best way to do it.

The Startup Ideas Podcast
DeepSeek R1 - Everything you need to know

And that'll take advantage of your GPU. And it'll run more efficiently when you're running it locally. So the one I like to do is just a single user mode, which doesn't require sign in. That way, if you're the only one that's using it at your house or on your network, that's probably the best way to do it.

The Startup Ideas Podcast
DeepSeek R1 - Everything you need to know

And that'll take advantage of your GPU. And it'll run more efficiently when you're running it locally. So the one I like to do is just a single user mode, which doesn't require sign in. That way, if you're the only one that's using it at your house or on your network, that's probably the best way to do it.

The Startup Ideas Podcast
DeepSeek R1 - Everything you need to know

So you just copy this command here and then you put it into the terminal and it'll say, hey, you know, great. It's up and running. And then all you have to do now is just go to the website localhost3000.com. And then once you're running on localhost 3000, you're going to be presented with some user interface thing like this. And I have a model that's currently loaded here.

The Startup Ideas Podcast
DeepSeek R1 - Everything you need to know

So you just copy this command here and then you put it into the terminal and it'll say, hey, you know, great. It's up and running. And then all you have to do now is just go to the website localhost3000.com. And then once you're running on localhost 3000, you're going to be presented with some user interface thing like this. And I have a model that's currently loaded here.

The Startup Ideas Podcast
DeepSeek R1 - Everything you need to know

So you just copy this command here and then you put it into the terminal and it'll say, hey, you know, great. It's up and running. And then all you have to do now is just go to the website localhost3000.com. And then once you're running on localhost 3000, you're going to be presented with some user interface thing like this. And I have a model that's currently loaded here.

The Startup Ideas Podcast
DeepSeek R1 - Everything you need to know

That's kind of why it's showing us here. But you're not going to have any models loaded. So in order for you, the next step here that we have to do is actually have a couple of options. One of the things that I do is you can just download a model locally. And I use a thing called Ollama. And so ollama.com. is something you'll want to download there. And so that way you can run any local model.

The Startup Ideas Podcast
DeepSeek R1 - Everything you need to know

That's kind of why it's showing us here. But you're not going to have any models loaded. So in order for you, the next step here that we have to do is actually have a couple of options. One of the things that I do is you can just download a model locally. And I use a thing called Ollama. And so ollama.com. is something you'll want to download there. And so that way you can run any local model.

The Startup Ideas Podcast
DeepSeek R1 - Everything you need to know

That's kind of why it's showing us here. But you're not going to have any models loaded. So in order for you, the next step here that we have to do is actually have a couple of options. One of the things that I do is you can just download a model locally. And I use a thing called Ollama. And so ollama.com. is something you'll want to download there. And so that way you can run any local model.

The Startup Ideas Podcast
DeepSeek R1 - Everything you need to know

And it's simple as just, you know, finding the model and so forth. So once you hit download, it's going to download for your machine and you install it. You'll see like the way that it's downloaded, you'll actually see this little llama guy that's at the very top and a little figure there. And that's how you know it's currently running.

The Startup Ideas Podcast
DeepSeek R1 - Everything you need to know

And it's simple as just, you know, finding the model and so forth. So once you hit download, it's going to download for your machine and you install it. You'll see like the way that it's downloaded, you'll actually see this little llama guy that's at the very top and a little figure there. And that's how you know it's currently running.