Featured

Building and Training Your Own SLM

Creating an independent Small Language Model (SLM) is a rewarding project that bridges the gap between deep learning theory and practical, local application. By keeping your model local, you retain full control over your data and system architecture. Below is a structured approach to building and training your own model from the ground up on a local Ubuntu environment. Before you begin, ensure your development environment is optimized for local computation. A robust setup with a capable GPU (such as an NVIDIA RTX series) and sufficient RAM is recommended for efficient training. Use Ubuntu for a stable, customizable development environment. Verify your environment with the following commands:    * Update your package lists:  sudo apt update.    * Install pip:  sudo apt install python3-pip    *I nstall necessary libraries:  pip install torch tiktoken An SLM relies on the quality of its input data. For a personal AI, curated, factual...

How to Set Up SideQuest on Your Meta Quest


If you're looking to expand the capabilities of your Meta Quest VR headset, SideQuest is a fantastic tool to explore. It's a platform that offers a plethora of non-official games and apps, giving you access to a wide range of content beyond what's available in the official Oculus Store. Here's a step-by-step guide on how to get SideQuest up and running on your Meta Quest.


Before you start, you need to enable Developer Mode on your Meta Quest. Here's how:

Go to the Oculus Developer website and create an account.

Open the Oculus app on your smartphone, navigate to 'Settings,' then select your headset. Tap on 'More Settings' and toggle 'Developer Mode' on.



Next, you'll need to install the SideQuest application on your computer. 

Visit the official SideQuest website to download the latest version of the SideQuest app for your operating system.

Run the downloaded file and follow the on-screen instructions to install SideQuest on your computer.

With SideQuest installed, it's time to connect your Meta Quest to your computer.

Connect your Meta Quest to your computer using a USB-C cable.
Put on your headset and you should see a prompt asking if you want to allow USB debugging. Make sure to check 'Always allow from this computer' and hit 'OK'.

Now, with your Meta Quest connected and recognized by SideQuest, you're ready to start exploring.

Open the SideQuest app on your computer, or headset and explore the vast collection of apps and games. When you find something you like, click 'Install to Headset' to download it directly to your Meta Quest. 

After installation, you can find your new apps and games in the 'Unknown Sources' section of your Meta Quest library.

SideQuest opens up a new world of content for your Meta Quest, and setting it up is straightforward. Just remember to proceed with caution, as these are not officially sanctioned by Oculus and may vary in quality and security. 

Comments