Skip to content

Instantly share code, notes, and snippets.

View Adaverse's full-sized avatar
🎯
Focusing

Akash Sharma Adaverse

🎯
Focusing
View GitHub Profile
import os
from langchain.text_splitter import CharacterTextSplitter, MarkdownHeaderTextSplitter, RecursiveCharacterTextSplitter
from langchain.document_loaders import TextLoader
from langchain import PromptTemplate
from langchain.chains.llm import LLMChain
from sentence_transformers import SentenceTransformer
from datasets import Dataset
from langchain.llms import GPT4All
#!/usr/bin/env python
# coding: utf-8
# In[67]:
# imports
# For data preprocessing
from datasets import Dataset
@Adaverse
Adaverse / installing_nvidia_driver_cuda_cudnn_linux.md
Last active January 1, 2021 23:28 — forked from kmhofmann/installing_nvidia_driver_cuda_cudnn_linux.md
Installing the NVIDIA driver, CUDA and cuDNN on Linux

Installing the NVIDIA driver, CUDA and cuDNN on Linux (Ubuntu 20.04)

This is a companion piece to my instructions on building TensorFlow from source. In particular, the aim is to install the following pieces of software

on an Ubuntu Linux system, in particular Ubuntu 20.04.

// connect motor controller pins to Arduino digital pins
// motor one
int enA = 2; //enable A to 2nd pin
int in1 = 3;
int in2 = 4;
// motor two