BasilTh
		
	commited on
		
		
					Commit 
							
							Β·
						
						ba3a0d2
	
1
								Parent(s):
							
							0f5aca5
								
Deploy updated SLM customer-support chatbot
Browse files- SLM_CService.py +1 -1
    	
        SLM_CService.py
    CHANGED
    
    | @@ -27,7 +27,7 @@ BASE = "TinyLlama/TinyLlama-1.1B-Chat-v1.0" | |
| 27 | 
             
            # If your files are nested, set this to the exact subfolder path (or use
         | 
| 28 | 
             
            # the HF_SUBFOLDER env var from Space β Settings β Variables).
         | 
| 29 | 
             
            # Example from your screenshot:
         | 
| 30 | 
            -
            DEFAULT_SUBFOLDER = "bitext-qlora-tinyllama | 
| 31 | 
             
            SUBFOLDER = os.environ.get("HF_SUBFOLDER", DEFAULT_SUBFOLDER)
         | 
| 32 |  | 
| 33 | 
             
            # 4-bit NF4 quantization config (QLoRA-style)
         | 
|  | |
| 27 | 
             
            # If your files are nested, set this to the exact subfolder path (or use
         | 
| 28 | 
             
            # the HF_SUBFOLDER env var from Space β Settings β Variables).
         | 
| 29 | 
             
            # Example from your screenshot:
         | 
| 30 | 
            +
            DEFAULT_SUBFOLDER = "bitext-qlora-tinyllama"
         | 
| 31 | 
             
            SUBFOLDER = os.environ.get("HF_SUBFOLDER", DEFAULT_SUBFOLDER)
         | 
| 32 |  | 
| 33 | 
             
            # 4-bit NF4 quantization config (QLoRA-style)
         |