File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 
examples/demo-apps/apple_ios/ExecuTorchDemo Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ cd et-nanogpt
4343
4444# Clone the ExecuTorch repository and submodules. 
4545mkdir third-party 
46- git clone -b release/0.2  https://github.com/pytorch/executorch.git third-party/executorch 
46+ git clone -b release/0.4  https://github.com/pytorch/executorch.git third-party/executorch 
4747cd third-party/executorch 
4848git submodule update --init 
4949
@@ -77,7 +77,7 @@ pyenv activate executorch
7777
7878# Clone the ExecuTorch repository and submodules. 
7979mkdir third-party 
80- git clone -b release/0.2  https://github.com/pytorch/executorch.git third-party/executorch 
80+ git clone -b release/0.4  https://github.com/pytorch/executorch.git third-party/executorch 
8181cd third-party/executorch 
8282git submodule update --init 
8383
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Follow the [Setting Up ExecuTorch](https://pytorch.org/executorch/stable/getting
4444tutorial to configure the basic environment:
4545
4646``` bash 
47- git clone https://github.com/pytorch/executorch.git -b release/0.3  --recursive
47+ git clone https://github.com/pytorch/executorch.git -b release/0.4  --recursive
4848cd  executorch
4949
5050python3 -m venv .venv &&  source  .venv/bin/activate
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments