legolasyiu commited on
Commit
aa7e536
·
verified ·
1 Parent(s): ffaf964

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -6
README.md CHANGED
@@ -29,12 +29,6 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
29
 
30
  from unsloth import FastLanguageModel
31
 
32
- # 4bit pre quantized models we support for 4x faster downloading + no OOMs.
33
- fourbit_models = [
34
- "unsloth/mistral-7b-instruct-v0.2-bnb-4bit",
35
- "unsloth/gemma-7b-it-bnb-4bit",
36
- ] # More models at https://huggingface.co/unsloth
37
-
38
  model, tokenizer = FastLanguageModel.from_pretrained(
39
  model_name = "EpistemeAI/TuneLlama-3.1-8B-GGUF",
40
  max_seq_length = 8192,
 
29
 
30
  from unsloth import FastLanguageModel
31
 
 
 
 
 
 
 
32
  model, tokenizer = FastLanguageModel.from_pretrained(
33
  model_name = "EpistemeAI/TuneLlama-3.1-8B-GGUF",
34
  max_seq_length = 8192,